Searched refs:drawType (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkPicture.cpp | 44 const char* DrawTypeToString(DrawType drawType) { in DrawTypeToString() argument 45 switch (drawType) { in DrawTypeToString() 73 SkDebugf("DrawType error 0x%08x\n", drawType); in DrawTypeToString()
|
D | SkPictureRecord.h | 101 void addDraw(DrawType drawType) { in addDraw() argument 103 SkDebugf("add %s\n", DrawTypeToString(drawType)); in addDraw() 105 fWriter.writeInt(drawType); in addDraw()
|
D | SkPicturePlayback.cpp | 1103 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()
|
D | SkPicturePlayback.h | 144 int dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType);
|
D | SkCanvas.cpp | 302 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/ |
D | GrContext.h | 699 GrDrawTarget* prepareToDraw(const GrPaint& paint, DrawCategory drawType);
|