OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInitialY
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/text/
GrAtlasTextBlob.h
218
outBounds->offset(x - fInitialX, y -
fInitialY
);
225
boundsMatrix.postTranslate(-fInitialX, -
fInitialY
);
321
fInitialY
= y;
545
SkScalar
fInitialY
;
GrAtlasTextBlob.cpp
207
if (fInitialViewMatrix.cheapEqualTo(viewMatrix) && x == fInitialX && y ==
fInitialY
) {
227
viewMatrix.getSkewX() * (y -
fInitialY
) -
231
viewMatrix.getScaleY() * (y -
fInitialY
) -
350
fInitialViewMatrix, fInitialX,
fInitialY
, &transX, &transY);
Completed in 43 milliseconds