Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendererChain.cpp37 DrawType drawType, in getPathRenderer() argument
42 bool antiAlias = (kColorAntiAlias_DrawType == drawType || in getPathRenderer()
43 kStencilAndColorAntiAlias_DrawType == drawType); in getPathRenderer()
50 if (kStencilOnly_DrawType == drawType) { in getPathRenderer()
52 } else if (kStencilAndColor_DrawType == drawType || in getPathRenderer()
53 kStencilAndColorAntiAlias_DrawType == drawType) { in getPathRenderer()
DGrContext.cpp1678 GrPathRendererChain::DrawType drawType, in getPathRenderer() argument
1688 drawType, in getPathRenderer()
/external/chromium_org/third_party/skia/src/gpu/
DGrPathRendererChain.cpp37 DrawType drawType, in getPathRenderer() argument
42 bool antiAlias = (kColorAntiAlias_DrawType == drawType || in getPathRenderer()
43 kStencilAndColorAntiAlias_DrawType == drawType); in getPathRenderer()
50 if (kStencilOnly_DrawType == drawType) { in getPathRenderer()
52 } else if (kStencilAndColor_DrawType == drawType || in getPathRenderer()
53 kStencilAndColorAntiAlias_DrawType == drawType) { in getPathRenderer()
DGrContext.cpp1678 GrPathRendererChain::DrawType drawType, in getPathRenderer() argument
1688 drawType, in getPathRenderer()
/external/chromium_org/third_party/skia/src/core/
DSkPictureRecord.h133 size_t addDraw(DrawType drawType, uint32_t* size) { in addDraw() argument
139 SkDebugf("add %s\n", DrawTypeToString(drawType)); in addDraw()
143 SkASSERT(((uint8_t) drawType) == drawType); in addDraw()
146 fWriter.writeInt(PACK_8_24(drawType, MASK_24)); in addDraw()
150 fWriter.writeInt(PACK_8_24(drawType, *size)); in addDraw()
DSkPicture.cpp47 const char* DrawTypeToString(DrawType drawType) { in DrawTypeToString() argument
48 switch (drawType) { in DrawTypeToString()
87 SkDebugf("DrawType error 0x%08x\n", drawType); in DrawTypeToString()
DSkPicturePlayback.cpp1340 int SkPicturePlayback::dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType) { in dumpDrawType() argument
1342 "k%s, ", DrawTypeToString(drawType)); in dumpDrawType()
1424 #define DUMP_DRAWTYPE(drawType) \ argument
1425 bufferPtr += dumpDrawType(bufferPtr, buffer, drawType)
1453 DrawType drawType; in dumpStream() local
1457 while (fReadStream.read(&drawType, sizeof(drawType))) { in dumpStream()
1459 DUMP_DRAWTYPE(drawType); in dumpStream()
1460 switch (drawType) { in dumpStream()
DSkPicturePlayback.h183 int dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType);
DSkCanvas.cpp379 bool next(SkDrawFilter::Type drawType) { in next() argument
387 return this->doNext(drawType); in next()
403 bool doNext(SkDrawFilter::Type drawType);
406 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) { in doNext() argument
422 if (!fFilter->filter(paint, drawType)) { in doNext()
/external/skia/src/core/
DSkPictureRecord.h133 size_t addDraw(DrawType drawType, uint32_t* size) { in addDraw() argument
139 SkDebugf("add %s\n", DrawTypeToString(drawType)); in addDraw()
143 SkASSERT(((uint8_t) drawType) == drawType); in addDraw()
146 fWriter.writeInt(PACK_8_24(drawType, MASK_24)); in addDraw()
150 fWriter.writeInt(PACK_8_24(drawType, *size)); in addDraw()
DSkPicture.cpp47 const char* DrawTypeToString(DrawType drawType) { in DrawTypeToString() argument
48 switch (drawType) { in DrawTypeToString()
87 SkDebugf("DrawType error 0x%08x\n", drawType); in DrawTypeToString()
DSkPicturePlayback.cpp1340 int SkPicturePlayback::dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType) { in dumpDrawType() argument
1342 "k%s, ", DrawTypeToString(drawType)); in dumpDrawType()
1424 #define DUMP_DRAWTYPE(drawType) \ argument
1425 bufferPtr += dumpDrawType(bufferPtr, buffer, drawType)
1453 DrawType drawType; in dumpStream() local
1457 while (fReadStream.read(&drawType, sizeof(drawType))) { in dumpStream()
1459 DUMP_DRAWTYPE(drawType); in dumpStream()
1460 switch (drawType) { in dumpStream()
DSkPicturePlayback.h183 int dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType);
DSkCanvas.cpp379 bool next(SkDrawFilter::Type drawType) { in next() argument
387 return this->doNext(drawType); in next()
403 bool doNext(SkDrawFilter::Type drawType);
406 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) { in doNext() argument
422 if (!fFilter->filter(paint, drawType)) { in doNext()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DOpaqueRegionSkia.cpp122 static inline bool paintIsOpaque(const SkPaint& paint, OpaqueRegionSkia::DrawType drawType, const S… in paintIsOpaque() argument
126 bool checkFillOnly = drawType != OpaqueRegionSkia::FillOrStroke; in paintIsOpaque()
274 …ect& rect, const SkPaint& paint, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType drawType) in didDraw() argument
290 bool drawsOpaque = paintIsOpaque(paint, drawType, sourceBitmap); in didDraw()
300 …gionSkia::didDrawUnbounded(const GraphicsContext* context, const SkPaint& paint, DrawType drawType) in didDrawUnbounded() argument
302 bool drawsOpaque = paintIsOpaque(paint, drawType, 0); in didDrawUnbounded()
/external/chromium_org/third_party/skia/include/gpu/
DGrPathRendererChain.h61 DrawType drawType,
DGrContext.h850 GrPathRendererChain::DrawType drawType = GrPathRendererChain::kColor_DrawType,
/external/skia/include/gpu/
DGrPathRendererChain.h61 DrawType drawType,
DGrContext.h850 GrPathRendererChain::DrawType drawType = GrPathRendererChain::kColor_DrawType,
/external/skia/src/utils/debugger/
DSkDrawCommand.h19 SkDrawCommand(DrawType drawType);
/external/chromium_org/third_party/skia/src/utils/debugger/
DSkDrawCommand.h19 SkDrawCommand(DrawType drawType);