Searched refs:dxo (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 1331 FT_Pos dxi, dyi, dxo, dyo; in psh_glyph_init() local 1342 dxo = vec[n_next].x - vec[n].x; in psh_glyph_init() 1345 point->dir_out = (FT_Char)psh_compute_dir( dxo, dyo ); in psh_glyph_init() 1354 psh_corner_is_flat( dxi, dyi, dxo, dyo ) ) in psh_glyph_init()
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 1322 FT_Pos dxi, dyi, dxo, dyo; in psh_glyph_init() local 1333 dxo = vec[n_next].x - vec[n].x; in psh_glyph_init() 1336 point->dir_out = (FT_Char)psh_compute_dir( dxo, dyo ); in psh_glyph_init() 1345 psh_corner_is_flat( dxi, dyi, dxo, dyo ) ) in psh_glyph_init()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 500 int dxo, dyo; in display_video() local 528 dxo = dstRegion->extents.x1; in display_video()
|