OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInitialX
(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);
320
fInitialX
= x;
544
SkScalar
fInitialX
;
GrAtlasTextBlob.cpp
207
if (fInitialViewMatrix.cheapEqualTo(viewMatrix) && x ==
fInitialX
&& y == fInitialY) {
226
viewMatrix.getScaleX() * (x -
fInitialX
) +
230
viewMatrix.getSkewY() * (x -
fInitialX
) +
350
fInitialViewMatrix,
fInitialX
, fInitialY, &transX, &transY);
Completed in 36 milliseconds