Searched defs:kBitmap_Type (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkDrawFilter.h32 kBitmap_Type, enumerator in enum:SkDrawFilter::Type
/external/skia/include/utils/
H A DSkPaintFilterCanvas.h34 kBitmap_Type, enumerator in enum:SkPaintFilterCanvas::Type
/external/skia/src/ports/
H A DSkFontHost_win.cpp577 kTrueType_Type, kBitmap_Type, kLine_Type enumerator in enum:SkScalerContext_GDI::Type
732 fType = SkScalerContext_GDI::kBitmap_Type;
801 (fType == SkScalerContext_GDI::kBitmap_Type ||
844 if (fType == SkScalerContext_GDI::kBitmap_Type || fType == SkScalerContext_GDI::kLine_Type) {
959 if (fType == SkScalerContext_GDI::kBitmap_Type || fType == SkScalerContext_GDI::kLine_Type) {

Completed in 102 milliseconds