Home
last modified time | relevance | path

Searched refs:drawType (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkPicture.cpp44 const char* DrawTypeToString(DrawType drawType) { in DrawTypeToString() argument
45 switch (drawType) { in DrawTypeToString()
73 SkDebugf("DrawType error 0x%08x\n", drawType); in DrawTypeToString()
DSkPictureRecord.h101 void addDraw(DrawType drawType) { in addDraw() argument
103 SkDebugf("add %s\n", DrawTypeToString(drawType)); in addDraw()
105 fWriter.writeInt(drawType); in addDraw()
DSkPicturePlayback.cpp1103 int SkPicturePlayback::dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType) { in dumpDrawType() argument
1105 "k%s, ", DrawTypeToString(drawType)); in dumpDrawType()
1187 #define DUMP_DRAWTYPE(drawType) \ argument
1188 bufferPtr += dumpDrawType(bufferPtr, buffer, drawType)
1216 DrawType drawType; in dumpStream() local
1220 while (fReadStream.read(&drawType, sizeof(drawType))) { in dumpStream()
1222 DUMP_DRAWTYPE(drawType); in dumpStream()
1223 switch (drawType) { in dumpStream()
DSkPicturePlayback.h144 int dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType);
DSkCanvas.cpp302 bool next(SkDrawFilter::Type drawType);
315 bool AutoDrawLooper::next(SkDrawFilter::Type drawType) { in next() argument
328 fFilter->filter(paint, drawType); in next()
/external/skia/include/gpu/
DGrContext.h699 GrDrawTarget* prepareToDraw(const GrPaint& paint, DrawCategory drawType);