Home
last modified time | relevance | path

Searched defs:drawType (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkPicture.cpp52 const char* DrawTypeToString(DrawType drawType) { in DrawTypeToString()
DSkPictureRecord.h90 void addDraw(DrawType drawType) { in addDraw()
DSkPicturePlayback.cpp1095 int SkPicturePlayback::dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType) { in dumpDrawType()
1179 #define DUMP_DRAWTYPE(drawType) \ argument
1208 DrawType drawType; in dumpStream() local