OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrIntToFixed
(Results
1 - 3
of
3
) sorted by null
/external/skia/gpu/src/
GrTextContext.cpp
174
vx +=
GrIntToFixed
(glyph->fBounds.fLeft);
175
vy +=
GrIntToFixed
(glyph->fBounds.fTop);
217
translate.set(GrFixedToScalar(vx -
GrIntToFixed
(glyph->fBounds.fLeft)),
218
GrFixedToScalar(vy -
GrIntToFixed
(glyph->fBounds.fTop)));
228
width =
GrIntToFixed
(width);
229
height =
GrIntToFixed
(height);
272
GrFixed tx =
GrIntToFixed
(glyph->fAtlasLocation.fX);
273
GrFixed ty =
GrIntToFixed
(glyph->fAtlasLocation.fY);
/external/skia/gpu/include/
GrScalar.h
29
#define
GrIntToFixed
(a) SkIntToFixed(a)
GrGpuVertex.h
30
#define GrIntToTextScalar(x)
GrIntToFixed
(x)
Completed in 291 milliseconds