OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrFixedToScalar
(Results
1 - 3
of
3
) sorted by null
/external/skia/gpu/include/
GrScalar.h
52
#define
GrFixedToScalar
(a) SkFixedToScalar(a)
/external/skia/gpu/src/
GrTextContext.cpp
217
translate.set(
GrFixedToScalar
(vx - GrIntToFixed(glyph->fBounds.fLeft)),
218
GrFixedToScalar
(vy - GrIntToFixed(glyph->fBounds.fTop)));
/external/skia/src/gpu/
SkGpuDevice.cpp
465
GrScalar sx =
GrFixedToScalar
(GR_Fixed1 / bitmap.width());
466
GrScalar sy =
GrFixedToScalar
(GR_Fixed1 / bitmap.height());
469
GrScalar s =
GrFixedToScalar
(GR_Fixed1 / bitmap.width());
[
all
...]
Completed in 7975 milliseconds