Searched refs:tmsLoc (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrTextContext.cpp203 SkPoint tmsLoc; local
204 tmsProc(pos, &tmsLoc);
206 alignProc(tmsLoc, glyph, &loc);
H A DGrStencilAndCoverTextContext.cpp207 SkPoint tmsLoc; local
208 tmsProc(pos, &tmsLoc);
210 alignProc(tmsLoc, glyph, &loc);
H A DGrAtlasTextContext.cpp933 SkPoint tmsLoc; local
934 tmsProc(pos, &tmsLoc);
935 Sk48Dot16 fx = SkScalarTo48Dot16(tmsLoc.fX + halfSampleX);
936 Sk48Dot16 fy = SkScalarTo48Dot16(tmsLoc.fY + halfSampleY);
964 SkPoint tmsLoc; local
965 tmsProc(pos, &tmsLoc);
967 alignProc(tmsLoc, metricGlyph, &alignLoc);
1003 SkPoint tmsLoc; local
1004 tmsProc(pos, &tmsLoc);
1006 Sk48Dot16 fx = SkScalarTo48Dot16(tmsLoc
1028 SkPoint tmsLoc; local
[all...]
/external/skia/src/core/
H A DSkDraw.cpp1712 SkPoint tmsLoc; local
1713 tmsProc(pos, &tmsLoc);
1715 alignProc(tmsLoc, glyph, &loc);
1786 SkPoint tmsLoc; local
1787 tmsProc(pos, &tmsLoc);
1789 Sk48Dot16 fx = SkScalarTo48Dot16(tmsLoc.fX + d1g.fHalfSampleX);
1790 Sk48Dot16 fy = SkScalarTo48Dot16(tmsLoc.fY + d1g.fHalfSampleY);
1807 SkPoint tmsLoc; local
1808 tmsProc(pos, &tmsLoc);
1811 alignProc(tmsLoc, metricGlyp
1836 SkPoint tmsLoc; local
1852 SkPoint tmsLoc; local
[all...]

Completed in 377 milliseconds