Searched refs:stopX (Results 1 – 12 of 12) sorted by relevance
163 int stopX = startX + r.width(); in draw_nine_clipped() local165 for (int x = startX; x < stopX; ++x) { in draw_nine_clipped()174 int stopX = startX + r.width(); in draw_nine_clipped() local176 for (int x = startX; x < stopX; ++x) { in draw_nine_clipped()
725 const int stopX = s.fBitmap->width(); in Repeat_S32_D32_nofilter_trans_shaderproc() local743 ix = sk_int_mod(ix, stopX); in Repeat_S32_D32_nofilter_trans_shaderproc()745 int n = SkMin32(stopX - ix, count); in Repeat_S32_D32_nofilter_trans_shaderproc()
1583 SkScalar stopX = stop.fX; in drawText() local1587 stopX = SkScalarHalf(stopX); in drawText()1590 x -= stopX; in drawText()
655 const int stopX = s.fBitmap->width(); in Repeat_S32_D32_nofilter_trans_shaderproc() local673 ix = sk_int_mod(ix, stopX); in Repeat_S32_D32_nofilter_trans_shaderproc()675 int n = SkMin32(stopX - ix, count); in Repeat_S32_D32_nofilter_trans_shaderproc()
1596 SkScalar stopX = stop.fX; in drawText() local1600 stopX = SkScalarHalf(stopX); in drawText()1603 x -= stopX; in drawText()
75 SkFixed stopX = 0; in drawText() local84 stopX += glyph.fAdvanceX; in drawText()89 SkScalar alignX = SkFixedToScalar(stopX) * fTextRatio; in drawText()
212 SkScalar stopX = stop.fX; in drawText() local216 stopX = SkScalarHalf(stopX); in drawText()219 x -= stopX; in drawText()
562 SkFixed stopX = 0; in drawText() local571 stopX += glyph.fAdvanceX; in drawText()576 SkScalar alignX = SkFixedToScalar(stopX)*sizeRatio; in drawText()
214 SkScalar stopX = stop.fX; in drawText() local218 stopX = SkScalarHalf(stopX); in drawText()221 x -= stopX; in drawText()
463 SkFixed stopX = 0; in drawText() local472 stopX += glyph.fAdvanceX; in drawText()477 SkScalar alignX = SkFixedToScalar(stopX)*sizeRatio; in drawText()
1311 var stopX = { stop: false }; variable1314 this.pluginWidthForBumpScrollTesting || plugin.clientWidth, stopX);1320 return stopX.stop && stopY.stop;