Searched refs:nextX (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_Blitter.h67 // debugging to make sure that we're properly setting the nextX distance
500 // nextX -- for each run, the next point at which we need to update curAlphaColumn
502 // finalX -- the minimum of all the nextX values.
518 int nextX[BlockDim]; local
520 nextX[i] = 0x7FFFFF;
530 nextX[i] = *(fBufferedRuns[i].fRuns);
533 finalX = SkMin32(nextX[i], finalX);
596 if (nextX[i] == finalX) {
601 nextX[i] += *(fBufferedRuns[i].fRuns);
607 finalX = SkMin32(nextX[
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp307 float nextX = currentX + prevAdvance + currentAdvance; local
308 if (currentX <= targetX && targetX <= nextX)
310 currentX = nextX;
1082 float nextX = currentX + m_harfBuzzRuns[i]->width(); local
1089 currentX = nextX;
1093 float nextX = currentX + m_harfBuzzRuns[i]->width(); local
1100 currentX = nextX;

Completed in 97 milliseconds