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 23 GrAtlas(GrAtlasMgr*, int plotX, int plotY, GrMaskFormat);
27 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
52 GrMaskFormat fMaskFormat;
65 GrMaskFormat, GrIPoint16*);
67 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 130 GrMaskFormat format,
SkGrFontScaler.cpp 79 GrMaskFormat SkGrFontScaler::getMaskFormat() {
176 GrCrash("Unknown GrMaskFormat");
  /external/skia/include/gpu/
GrFontScaler.h 31 virtual GrMaskFormat getMaskFormat() = 0;
SkGr.h 96 virtual GrMaskFormat getMaskFormat();
GrTypes.h 253 enum GrMaskFormat {
264 static inline int GrMaskFormatBytesPerPixel(GrMaskFormat format) {

Completed in 38 milliseconds