Home
last modified time | relevance | path

Searched refs:kBitmap_Type (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/utils/
DSkPaintFilterCanvas.cpp103 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmap()
111 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmapRect()
119 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawBitmapNine()
127 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImage()
136 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImageRect()
144 AutoPaintFilter apf(this, kBitmap_Type, paint); in onDrawImageNine()
/external/skia/include/core/
DSkDrawFilter.h32 kBitmap_Type, enumerator
/external/skia/include/utils/
DSkPaintFilterCanvas.h30 kBitmap_Type, enumerator
/external/skia/src/core/
DSkCanvas.cpp580 while (looper.next(SkDrawFilter::kBitmap_Type)) { \
1307 LOOPER_BEGIN_DRAWDEVICE(*paint, SkDrawFilter::kBitmap_Type) in internalDrawDevice()
2243 LOOPER_BEGIN_CHECK_COMPLETE_OVERWRITE(*paint, SkDrawFilter::kBitmap_Type, &dst, in onDrawImageRect()
2326 LOOPER_BEGIN_CHECK_COMPLETE_OVERWRITE(*paint, SkDrawFilter::kBitmap_Type, &dst, in internalDrawBitmapRect()
2359 LOOPER_BEGIN(*paint, SkDrawFilter::kBitmap_Type, &dst) in onDrawImageNine()
2385 LOOPER_BEGIN(*paint, SkDrawFilter::kBitmap_Type, &dst) in onDrawBitmapNine()
2408 LOOPER_BEGIN(*paint, SkDrawFilter::kBitmap_Type, &dst) in onDrawImageLattice()
2431 LOOPER_BEGIN(*paint, SkDrawFilter::kBitmap_Type, &dst) in onDrawBitmapLattice()
/external/skia/src/ports/
DSkFontHost_win.cpp581 kTrueType_Type, kBitmap_Type, kLine_Type enumerator
741 fType = SkScalerContext_GDI::kBitmap_Type; in SkScalerContext_GDI()
810 (fType == SkScalerContext_GDI::kBitmap_Type || in generateCharToGlyph()
853 if (fType == SkScalerContext_GDI::kBitmap_Type || fType == SkScalerContext_GDI::kLine_Type) { in generateMetrics()
969 if (fType == SkScalerContext_GDI::kBitmap_Type || fType == SkScalerContext_GDI::kLine_Type) { in generateFontMetrics()