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 176 GrFixed vx, GrFixed vy,
191 GrFixed width = glyph->fBounds.width();
192 GrFixed height = glyph->fBounds.height();
284 GrFixed tx = GrIntToFixed(glyph->fAtlasLocation.fX);
285 GrFixed ty = GrIntToFixed(glyph->fAtlasLocation.fY);
GrContext.cpp 280 GrFixed dx = (srcW << 16) / dstW;
281 GrFixed dy = (srcH << 16) / dstH;
283 GrFixed y = dy >> 1;
287 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) {
GrTexture.h 39 GrFixed normalizeFixedX(GrFixed x) const { GrAssert(GrIsPow2(fWidth));
41 GrFixed normalizeFixedY(GrFixed y) const { GrAssert(GrIsPow2(fHeight));
GrTextContext.h 31 void drawPackedGlyph(GrGlyph::PackedID, GrFixed left, GrFixed top,
GrTypes.h 162 typedef int32_t GrFixed;

Completed in 73 milliseconds