OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrFixed
(Results
1 - 7
of
7
) sorted by null
/external/skia/gpu/include/
GrGpuVertex.h
29
typedef
GrFixed
GrTextScalar;
56
void setX(
GrFixed
x,
GrFixed
y) {
87
void setXRectFan(
GrFixed
l,
GrFixed
t,
GrFixed
r,
GrFixed
b) {
92
void setXRectFan(
GrFixed
l,
GrFixed
t,
GrFixed
r, GrFixed b, size_t stride)
[
all
...]
GrGlyph.h
63
static inline unsigned ExtractSubPixelBitsFromFixed(
GrFixed
pos) {
68
static inline PackedID Pack(uint16_t glyphID,
GrFixed
x,
GrFixed
y) {
74
static inline
GrFixed
UnpackFixedX(PackedID packed) {
78
static inline
GrFixed
UnpackFixedY(PackedID packed) {
GrTextContext.h
38
void drawPackedGlyph(GrGlyph::PackedID,
GrFixed
left,
GrFixed
top,
GrTexture.h
184
GrFixed
normalizeFixedX(
GrFixed
x) const { GrAssert(GrIsPow2(fWidth));
186
GrFixed
normalizeFixedY(
GrFixed
y) const { GrAssert(GrIsPow2(fHeight));
GrTypes.h
150
typedef int32_t
GrFixed
;
/external/skia/gpu/src/
GrTextContext.cpp
163
GrFixed
vx,
GrFixed
vy,
178
GrFixed
width = glyph->fBounds.width();
179
GrFixed
height = glyph->fBounds.height();
272
GrFixed
tx = GrIntToFixed(glyph->fAtlasLocation.fX);
273
GrFixed
ty = GrIntToFixed(glyph->fAtlasLocation.fY);
GrContext.cpp
182
GrFixed
dx = (srcW << 16) / dstW;
183
GrFixed
dy = (srcH << 16) / dstH;
185
GrFixed
y = dy >> 1;
189
GrFixed
x = dx >> 1;
[
all
...]
Completed in 629 milliseconds