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.h30 kBitmap_Type, enumerator in enum:SkPaintFilterCanvas::Type
/external/skia/src/ports/
H A DSkFontHost_win.cpp582 kTrueType_Type, kBitmap_Type, kLine_Type enumerator in enum:SkScalerContext_GDI::Type
742 fType = SkScalerContext_GDI::kBitmap_Type;
811 (fType == SkScalerContext_GDI::kBitmap_Type ||
854 if (fType == SkScalerContext_GDI::kBitmap_Type || fType == SkScalerContext_GDI::kLine_Type) {
970 if (fType == SkScalerContext_GDI::kBitmap_Type || fType == SkScalerContext_GDI::kLine_Type) {

Completed in 276 milliseconds