HomeSort by relevance Sort by last modified time
    Searched full:glyphscount (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/font/
Font.cpp 313 int glyphsCount = 0;
334 while (glyphsCount < numGlyphs && penX < pathLength) {
351 glyphsCount++;
372 int glyphsCount = 0;
373 while (glyphsCount < numGlyphs) {
382 glyphsCount++;
404 int glyphsCount = 0;
406 while (glyphsCount < numGlyphs) {
419 int penX = x + (int) roundf(positions[(glyphsCount << 1)]);
420 int penY = y + (int) roundf(positions[(glyphsCount << 1) + 1])
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]

Completed in 100 milliseconds