Searched refs:GrFixed (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h53 static inline unsigned ExtractSubPixelBitsFromFixed(GrFixed pos) {
58 static inline PackedID Pack(uint16_t glyphID, GrFixed x, GrFixed y) {
64 static inline GrFixed UnpackFixedX(PackedID packed) {
68 static inline GrFixed UnpackFixedY(PackedID packed) {
H A DGrTextContext.h25 void drawPackedGlyph(GrGlyph::PackedID, GrFixed left, GrFixed top,
H A DGrTexture.h102 GrFixed normalizeFixedX(GrFixed x) const {
106 GrFixed normalizeFixedY(GrFixed y) const {
H A DGrTypes.h164 typedef int32_t GrFixed; typedef
/external/skia/include/gpu/
H A DGrGlyph.h53 static inline unsigned ExtractSubPixelBitsFromFixed(GrFixed pos) {
58 static inline PackedID Pack(uint16_t glyphID, GrFixed x, GrFixed y) {
64 static inline GrFixed UnpackFixedX(PackedID packed) {
68 static inline GrFixed UnpackFixedY(PackedID packed) {
H A DGrTextContext.h25 void drawPackedGlyph(GrGlyph::PackedID, GrFixed left, GrFixed top,
H A DGrTexture.h102 GrFixed normalizeFixedX(GrFixed x) const {
106 GrFixed normalizeFixedY(GrFixed y) const {
H A DGrTypes.h164 typedef int32_t GrFixed; typedef
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextContext.cpp120 GrFixed vx, GrFixed vy,
138 GrFixed width = glyph->fBounds.width();
139 GrFixed height = glyph->fBounds.height();
241 GrFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX);
242 GrFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
H A DGrContext.cpp274 GrFixed dx = (srcW << 16) / dstW;
275 GrFixed dy = (srcH << 16) / dstH;
277 GrFixed y = dy >> 1;
281 GrFixed x = dx >> 1;
/external/skia/src/gpu/
H A DGrTextContext.cpp120 GrFixed vx, GrFixed vy,
138 GrFixed width = glyph->fBounds.width();
139 GrFixed height = glyph->fBounds.height();
241 GrFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX);
242 GrFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
H A DGrContext.cpp274 GrFixed dx = (srcW << 16) / dstW;
275 GrFixed dy = (srcH << 16) / dstH;
277 GrFixed y = dy >> 1;
281 GrFixed x = dx >> 1;

Completed in 131 milliseconds