Home
last modified time | relevance | path

Searched refs:stopX (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/text/
DGrTextUtils.cpp322 SkScalar stopX = 0; in DrawDFText() local
339 positions.push_back(stopX + origin * width); in DrawDFText()
344 stopX += width; in DrawDFText()
352 SkScalar alignX = stopX; in DrawDFText()
DGrStencilAndCoverTextContext.cpp450 SkScalar stopX = 0; in setText() local
459 stopX += SkFloatToScalar(glyph.fAdvanceX); in setText()
464 SkScalar alignX = stopX * fTextRatio; in setText()
/external/skia/src/core/
DSkBitmapProcState.cpp309 const int stopX = s.fPixmap.width(); in Repeat_S32_D32_nofilter_trans_shaderproc() local
315 ix = sk_int_mod(ix, stopX); in Repeat_S32_D32_nofilter_trans_shaderproc()
317 int n = SkMin32(stopX - ix, count); in Repeat_S32_D32_nofilter_trans_shaderproc()
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h2457 const unsigned int stopX = MagickMin(startX + pixelPerWorkgroup,filteredColumns);
2458 const unsigned int actualNumPixelToCompute = stopX - startX;
2480 const unsigned int chunkStopX = MagickMin(chunkStartX + pixelChunkSize, stopX);