Home
last modified time | relevance | path

Searched refs:read_width (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcffgload.h173 FT_Bool read_width; member
Dcffgload.c926 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/
Dcffgload.h173 FT_Bool read_width; member
Dcffgload.c926 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/
Dcffgload.h173 FT_Bool read_width; member
Dcffgload.c922 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/
Dgles2_cmd_decoder_unittest_framebuffers.cc443 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()
Dgles2_cmd_decoder.cc7675 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()