Searched refs:yOffset (Results 1 – 5 of 5) sorted by relevance
878 xOffset = yOffset = 0; in CreateXImage()1007 xOffset = yOffset = 0;1099 sy = dy + yOffset;1114 yOffset = sy;1124 if (sy == yOffset)1126 yOffset = sy;1139 sy = yOffset;1151 sy = yOffset;1187 yOffset = yOffset + grabY - (int) event->xbutton.y;1188 yOffset = MIN(ih - wh, yOffset);[all …]
1058 glyphpath->yOffset = font->darkenY; in cf2_glyphpath_init()1485 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset()1493 glyphpath->yOffset ); in cf2_glyphpath_computeOffset()1510 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset()1532 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset()1538 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset()1557 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset()1623 CF2_Fixed xOffset, yOffset; in cf2_glyphpath_lineTo() local1673 &yOffset ); in cf2_glyphpath_lineTo()1677 P0.y = glyphpath->currentCS.y + yOffset; in cf2_glyphpath_lineTo()[all …]
219 CF2_Fixed yOffset; member
267 FT_Pos yOffset );
520 FT_Pos yOffset ) in FT_Outline_Translate() argument534 vec->y += yOffset; in FT_Outline_Translate()
Completed in 16 milliseconds