HomeSort by relevance Sort by last modified time
    Searched refs:GrFixed (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/
GrGpuVertex.h 22 typedef GrFixed GrTextScalar;
49 void setX(GrFixed x, GrFixed y) {
80 void setXRectFan(GrFixed l, GrFixed t, GrFixed r, GrFixed b) {
85 void setXRectFan(GrFixed l, GrFixed t, GrFixed r, GrFixed b, size_t stride)
    [all...]
GrTextContext.cpp 122 GrFixed vx, GrFixed vy,
137 GrFixed width = glyph->fBounds.width();
138 GrFixed height = glyph->fBounds.height();
237 GrFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX);
238 GrFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
GrContext.cpp 256 GrFixed dx = (srcW << 16) / dstW;
257 GrFixed dy = (srcH << 16) / dstH;
259 GrFixed y = dy >> 1;
263 GrFixed x = dx >> 1;
    [all...]
  /external/skia/include/gpu/
GrGlyph.h 56 static inline unsigned ExtractSubPixelBitsFromFixed(GrFixed pos) {
61 static inline PackedID Pack(uint16_t glyphID, GrFixed x, GrFixed y) {
67 static inline GrFixed UnpackFixedX(PackedID packed) {
71 static inline GrFixed UnpackFixedY(PackedID packed) {
GrTextContext.h 29 void drawPackedGlyph(GrGlyph::PackedID, GrFixed left, GrFixed top,
GrTexture.h 93 GrFixed normalizeFixedX(GrFixed x) const {
97 GrFixed normalizeFixedY(GrFixed y) const {
GrTypes.h 164 typedef int32_t GrFixed;

Completed in 451 milliseconds