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

  /external/skia/src/gpu/
GrAtlas.h 24 GrAtlas(GrAtlasMgr*, int plotX, int plotY, GrMaskFormat);
28 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
53 GrMaskFormat fMaskFormat;
66 GrMaskFormat, GrIPoint16*);
68 GrTexture* getTexture(GrMaskFormat format) const {
GrTextStrike.h 31 GrTextStrike(GrFontCache*, const GrKey* fontScalerKey, GrMaskFormat,
37 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
64 GrMaskFormat fMaskFormat;
GrAtlas.cpp 47 GrAtlas::GrAtlas(GrAtlasMgr* mgr, int plotX, int plotY, GrMaskFormat format) {
145 static GrPixelConfig maskformat2pixelconfig(GrMaskFormat format) {
161 GrMaskFormat format,
GrTextStrike.cpp 124 GrMaskFormat format,
SkGrFontScaler.cpp 79 GrMaskFormat SkGrFontScaler::getMaskFormat() {
  /external/skia/include/gpu/
GrFontScaler.h 29 virtual GrMaskFormat getMaskFormat() = 0;
SkGr.h 184 virtual GrMaskFormat getMaskFormat();
GrTypes.h 250 enum GrMaskFormat {
261 static inline int GrMaskFormatBytesPerPixel(GrMaskFormat format) {

Completed in 273 milliseconds