Searched refs:x_count (Results 1 – 5 of 5) sorted by relevance
/third_party/freetype/src/pfr/ |
D | pfrgload.c | 255 FT_UInt flags, x_count, y_count, i, count, mask; in pfr_glyph_load_simple() local 266 x_count = 0; in pfr_glyph_load_simple() 273 x_count = count & 15; in pfr_glyph_load_simple() 281 x_count = PFR_NEXT_BYTE( p ); in pfr_glyph_load_simple() 291 count = x_count + y_count; in pfr_glyph_load_simple() 307 glyph->y_control = glyph->x_control + x_count; in pfr_glyph_load_simple() 393 if ( format_low >= x_count ) in pfr_glyph_load_simple() 445 if ( idx >= x_count ) in pfr_glyph_load_simple()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrgload.c | 255 FT_UInt flags, x_count, y_count, i, count, mask; in pfr_glyph_load_simple() local 266 x_count = 0; in pfr_glyph_load_simple() 273 x_count = count & 15; in pfr_glyph_load_simple() 281 x_count = PFR_NEXT_BYTE( p ); in pfr_glyph_load_simple() 291 count = x_count + y_count; in pfr_glyph_load_simple() 307 glyph->y_control = glyph->x_control + x_count; in pfr_glyph_load_simple() 393 if ( format_low >= x_count ) in pfr_glyph_load_simple() 445 if ( idx >= x_count ) in pfr_glyph_load_simple()
|
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
D | pfrgload.c | 255 FT_UInt flags, x_count, y_count, i, count, mask; in pfr_glyph_load_simple() local 266 x_count = 0; in pfr_glyph_load_simple() 273 x_count = count & 15; in pfr_glyph_load_simple() 281 x_count = PFR_NEXT_BYTE( p ); in pfr_glyph_load_simple() 291 count = x_count + y_count; in pfr_glyph_load_simple() 307 glyph->y_control = glyph->x_control + x_count; in pfr_glyph_load_simple() 393 if ( format_low >= x_count ) in pfr_glyph_load_simple() 445 if ( idx >= x_count ) in pfr_glyph_load_simple()
|
/third_party/weston/ivi-shell/ |
D | hmi-controller.c | 1140 int32_t x_count = (width - minspace_x) / (minspace_x + icon_size); in ivi_hmi_controller_add_launchers() local 1141 int32_t space_x = (int32_t)((width - x_count * icon_size) / (1.0 + x_count)); in ivi_hmi_controller_add_launchers() 1170 if (0 == x_count) in ivi_hmi_controller_add_launchers() 1171 x_count = 1; in ivi_hmi_controller_add_launchers() 1248 if (x_count == nx) { in ivi_hmi_controller_add_launchers()
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | rfbdecoder.c | 1014 gint32 x, x_count G_GNUC_UNUSED, x_end, x_max, x_max_16; in rfb_decoder_hextile_encoding() 1021 x_count = rect_w / 16 + (x_end > 0 ? 1 : 0); in rfb_decoder_hextile_encoding()
|