Home | History | Annotate | Download | only in gpu

Lines Matching refs:tmsLoc

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;
387 SkFixed fy = SkScalarToFixed(tmsLoc.fY) + SK_FixedHalf; //halfSampleY;
403 SkPoint tmsLoc;
404 tmsProc(pos, &tmsLoc);
407 alignProc(tmsLoc, glyph, &fixedLoc);