Searched refs:kBitmap_Type (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/utils/ |
D | SkPaintFilterCanvas.cpp | 124 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmap() 132 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmapRect() 140 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmapNine() 148 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmapLattice() 156 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImage() 165 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImageRect() 173 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImageNine() 181 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImageLattice() 191 AutoPaintFilter apf(this, kBitmap_Type, &paint); in onDrawImageSet() 245 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawAtlas()
|
/external/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 131 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmap() 139 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmapRect() 147 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmapNine() 155 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmapLattice() 163 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImage() 172 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImageRect() 180 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImageNine() 188 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImageLattice() 198 AutoPaintFilter apf(this, kBitmap_Type, &paint); in onDrawImageSet() 252 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawAtlas()
|
/external/skqp/include/utils/ |
D | SkPaintFilterCanvas.h | 31 kBitmap_Type, enumerator
|
/external/skia/include/utils/ |
D | SkPaintFilterCanvas.h | 33 kBitmap_Type, enumerator
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 591 kTrueType_Type, kBitmap_Type, kLine_Type enumerator 751 fType = SkScalerContext_GDI::kBitmap_Type; in SkScalerContext_GDI() 820 (fType == SkScalerContext_GDI::kBitmap_Type || in generateCharToGlyph() 873 if (fType == SkScalerContext_GDI::kBitmap_Type || fType == SkScalerContext_GDI::kLine_Type) { in generateMetrics() 987 if (fType == SkScalerContext_GDI::kBitmap_Type || fType == SkScalerContext_GDI::kLine_Type) { in generateFontMetrics()
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 590 kTrueType_Type, kBitmap_Type, kLine_Type enumerator 750 fType = SkScalerContext_GDI::kBitmap_Type; in SkScalerContext_GDI() 819 (fType == SkScalerContext_GDI::kBitmap_Type || in generateCharToGlyph() 872 if (fType == SkScalerContext_GDI::kBitmap_Type || fType == SkScalerContext_GDI::kLine_Type) { in generateMetrics() 986 if (fType == SkScalerContext_GDI::kBitmap_Type || fType == SkScalerContext_GDI::kLine_Type) { in generateFontMetrics()
|