Searched refs:read_width (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
D | cffgload.h | 173 FT_Bool read_width; member
|
D | cffgload.c | 926 decoder->read_width = 1; in cff_decoder_parse_charstrings() 1252 if ( num_args > 0 && decoder->read_width ) in cff_decoder_parse_charstrings() 1309 decoder->read_width = 0; in cff_decoder_parse_charstrings()
|
/external/chromium_org/third_party/freetype/src/cff/ |
D | cffgload.h | 173 FT_Bool read_width; member
|
D | cffgload.c | 926 decoder->read_width = 1; in cff_decoder_parse_charstrings() 1252 if ( num_args > 0 && decoder->read_width ) in cff_decoder_parse_charstrings() 1309 decoder->read_width = 0; in cff_decoder_parse_charstrings()
|
/external/freetype/src/cff/ |
D | cffgload.h | 173 FT_Bool read_width; member
|
D | cffgload.c | 922 decoder->read_width = 1; in cff_decoder_parse_charstrings() 1248 if ( num_args > 0 && decoder->read_width ) in cff_decoder_parse_charstrings() 1305 decoder->read_width = 0; in cff_decoder_parse_charstrings()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_framebuffers.cc | 443 GLint read_width = read_end_x - read_x; in CheckReadPixelsOutOfRange() local 445 if (read_width > 0 && read_height > 0) { in CheckReadPixelsOutOfRange() 449 ReadPixels(read_x, yy, read_width, 1, kFormat, GL_UNSIGNED_BYTE, _)) in CheckReadPixelsOutOfRange()
|
D | gles2_cmd_decoder.cc | 7675 GLint read_width = read_end_x - read_x; in HandleReadPixels() local 7683 if (ry >= 0 && ry < max_size.height() && read_width > 0) { in HandleReadPixels() 7685 read_x, ry, read_width, 1, format, type, dst + dest_row_offset); in HandleReadPixels()
|