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

  /external/chromium_org/third_party/skia/src/gpu/
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...]
GrStencilAndCoverTextContext.cpp 179 SkPoint tmsLoc;
180 tmsProc(pos, &tmsLoc);
182 alignProc(tmsLoc, glyph, &loc);
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 323 SkPoint tmsLoc;
324 tmsProc(pos, &tmsLoc);
325 SkFixed fx = SkScalarToFixed(tmsLoc.fX) + halfSampleX;
326 SkFixed fy = SkScalarToFixed(tmsLoc.fY) + halfSampleY;
349 SkPoint tmsLoc;
350 tmsProc(pos, &tmsLoc);
352 alignProc(tmsLoc, metricGlyph, &fixedLoc);
383 SkPoint tmsLoc;
384 tmsProc(pos, &tmsLoc);
386 SkFixed fx = SkScalarToFixed(tmsLoc.fX) + SK_FixedHalf; //halfSampleX
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]

Completed in 389 milliseconds