Home
last modified time | relevance | path

Searched refs:bitmap_stride (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_view_embeddertest.cpp198 int bitmap_stride, in TestRenderPageBitmapWithInternalMemoryAndStride() argument
206 bitmap_width, bitmap_height, format, nullptr, bitmap_stride)); in TestRenderPageBitmapWithInternalMemoryAndStride()
217 int bitmap_stride = bytes_per_pixel * bitmap_width; in TestRenderPageBitmapWithExternalMemory() local
219 page, format, bitmap_stride, expected_checksum); in TestRenderPageBitmapWithExternalMemory()
257 int bitmap_stride, in TestRenderPageBitmapWithExternalMemoryImpl() argument
262 std::vector<uint8_t> external_memory(bitmap_stride * bitmap_height); in TestRenderPageBitmapWithExternalMemoryImpl()
265 bitmap_stride)); in TestRenderPageBitmapWithExternalMemoryImpl()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/hud/
H A Dfont.c362 unsigned bitmap_stride = (width + 7) / 8; in util_font_draw_character() local
364 const GLubyte *bitmap = font->Characters[character]+1 + bitmap_stride * (font->Height - 1); in util_font_draw_character()
371 bitmap -= bitmap_stride; in util_font_draw_character()