OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boundsHalfWidth
(Results
1 - 4
of
4
) sorted by null
/external/skia/gm/
mixedtextblobs.cpp
64
const SkScalar
boundsHalfWidth
= bounds.width() * SK_ScalarHalf;
67
SkScalar xOffset =
boundsHalfWidth
;
125
const SkScalar
boundsHalfWidth
= bounds.width() * SK_ScalarHalf;
127
const SkScalar boundsQuarterWidth =
boundsHalfWidth
* SK_ScalarHalf;
131
boundsHalfWidth
, boundsHalfHeight);
133
boundsHalfWidth
, boundsHalfHeight);
coloremoji.cpp
145
const SkScalar
boundsHalfWidth
= bounds.width() * SK_ScalarHalf;
147
const SkScalar boundsQuarterWidth =
boundsHalfWidth
* SK_ScalarHalf;
151
boundsHalfWidth
, boundsHalfHeight);
153
boundsHalfWidth
, boundsHalfHeight);
/external/skqp/gm/
mixedtextblobs.cpp
64
const SkScalar
boundsHalfWidth
= bounds.width() * SK_ScalarHalf;
67
SkScalar xOffset =
boundsHalfWidth
;
125
const SkScalar
boundsHalfWidth
= bounds.width() * SK_ScalarHalf;
127
const SkScalar boundsQuarterWidth =
boundsHalfWidth
* SK_ScalarHalf;
131
boundsHalfWidth
, boundsHalfHeight);
133
boundsHalfWidth
, boundsHalfHeight);
coloremoji.cpp
145
const SkScalar
boundsHalfWidth
= bounds.width() * SK_ScalarHalf;
147
const SkScalar boundsQuarterWidth =
boundsHalfWidth
* SK_ScalarHalf;
151
boundsHalfWidth
, boundsHalfHeight);
153
boundsHalfWidth
, boundsHalfHeight);
Completed in 4570 milliseconds