HomeSort by relevance Sort by last modified time
    Searched defs:tmsLoc (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverTextContext.cpp 179 SkPoint tmsLoc;
180 tmsProc(pos, &tmsLoc);
182 alignProc(tmsLoc, glyph, &loc);
GrBitmapTextContext.cpp 321 SkPoint tmsLoc;
322 tmsProc(pos, &tmsLoc);
323 SkFixed fx = SkScalarToFixed(tmsLoc.fX) + halfSampleX;
324 SkFixed fy = SkScalarToFixed(tmsLoc.fY) + halfSampleY;
347 SkPoint tmsLoc;
348 tmsProc(pos, &tmsLoc);
350 alignProc(tmsLoc, metricGlyph, &fixedLoc);
381 SkPoint tmsLoc;
382 tmsProc(pos, &tmsLoc);
384 SkFixed fx = SkScalarToFixed(tmsLoc.fX) + SK_FixedHalf; //halfSampleX
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp     [all...]

Completed in 543 milliseconds