Searched refs:DrawType (Results 1 - 25 of 49) sorted by relevance

12

/external/skia/gm/
H A Doptimizations.cpp20 bool check_pattern(SkPicture& input, const SkTDArray<DrawType> &pattern) {
50 SkPicture* create_save_layer_opt_1(SkTDArray<DrawType> *preOptPattern,
51 SkTDArray<DrawType> *postOptPattern,
123 SkPicture* create_save_layer_opt_1_v1(SkTDArray<DrawType> *preOptPattern,
124 SkTDArray<DrawType> *postOptPattern,
133 SkPicture* create_save_layer_opt_1_v2(SkTDArray<DrawType> *preOptPattern,
134 SkTDArray<DrawType> *postOptPattern,
143 SkPicture* create_save_layer_opt_1_v3(SkTDArray<DrawType> *preOptPattern,
144 SkTDArray<DrawType> *postOptPattern,
153 SkPicture* create_save_layer_opt_1_v4(SkTDArray<DrawType> *preOptPatter
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrPathRendererChain.h48 enum DrawType { enum in class:GrPathRendererChain
63 DrawType drawType,
/external/skia/include/gpu/
H A DGrPathRendererChain.h48 enum DrawType { enum in class:GrPathRendererChain
63 DrawType drawType,
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
H A DOpaqueRegionSkia.h60 enum DrawType { enum in class:WebCore::OpaqueRegionSkia
69 void didDrawUnbounded(const GraphicsContext*, const SkPaint&, DrawType);
88 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
H A DOpaqueRegionSkia.cpp127 static inline bool paintIsOpaque(const SkPaint& paint, OpaqueRegionSkia::DrawType drawType, const SkBitmap* bitmap)
279 void OpaqueRegionSkia::didDraw(const GraphicsContext* context, const SkRect& rect, const SkPaint& paint, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType drawType)
305 void OpaqueRegionSkia::didDrawUnbounded(const GraphicsContext* context, const SkPaint& paint, DrawType drawType)
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Ddrawing_container.js14 var DrawType = {
66 this.children[i].drawTrack(DrawType.INSTANT_EVENT);
72 this.children[i].drawTrack(DrawType.SLICE);
128 DrawType: DrawType
H A Dprocess_track.js26 case tracing.tracks.DrawType.INSTANT_EVENT:
H A Dtrace_model_track.js96 case tracing.tracks.DrawType.INSTANT_EVENT:
H A Dcounter_track.js72 case tracing.tracks.DrawType.SLICE:
H A Dobject_instance_track.js72 case tracing.tracks.DrawType.SLICE:
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.h340 enum DrawType { enum in class:GrGpu
347 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
365 bool setupClipAndFlushState(DrawType,
485 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
H A DGrPathRendererChain.cpp39 DrawType drawType,
/external/skia/src/gpu/
H A DGrGpu.h340 enum DrawType { enum in class:GrGpu
347 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
365 bool setupClipAndFlushState(DrawType,
485 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
H A DGrPathRendererChain.cpp39 DrawType drawType,
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.h150 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
236 void flushStencil(DrawType);
237 void flushAAState(DrawType);
/external/skia/src/gpu/gl/
H A DGrGpuGL.h150 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
236 void flushStencil(DrawType);
237 void flushAAState(DrawType);
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecord.cpp69 static inline uint32_t getPaintOffset(DrawType op, uint32_t opSize) {
204 static DrawType peek_op_and_size(SkWriter32* writer, int32_t offset, uint32_t* size) {
213 return (DrawType) op;
236 DrawType fActualOp;
256 DrawType op = peek_op_and_size(writer, curOffset, &curSize);
476 DrawType op = peek_op_and_size(writer, offset, &opSize);
685 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize);
995 DrawType op = fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT;
1052 DrawType op;
H A DSkPicturePlayback.h178 int dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType);
H A DSkPicture.cpp37 // enable SK_DEBUG_TRACE to trace DrawType elements when
49 const char* DrawTypeToString(DrawType drawType) {
51 case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break;
89 SkDebugf("DrawType error 0x%08x\n", drawType);
/external/skia/src/core/
H A DSkPictureRecord.cpp69 static inline uint32_t getPaintOffset(DrawType op, uint32_t opSize) {
204 static DrawType peek_op_and_size(SkWriter32* writer, int32_t offset, uint32_t* size) {
213 return (DrawType) op;
236 DrawType fActualOp;
256 DrawType op = peek_op_and_size(writer, curOffset, &curSize);
476 DrawType op = peek_op_and_size(writer, offset, &opSize);
685 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize);
995 DrawType op = fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT;
1052 DrawType op;
H A DSkPicturePlayback.h178 int dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType);
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension_unittest.cc61 DrawType cmd;
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h19 SkDrawCommand(DrawType drawType);
43 DrawType getType() { return fDrawType; };
47 static const char* GetCommandString(DrawType type);
50 DrawType fDrawType;
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h19 SkDrawCommand(DrawType drawType);
43 DrawType getType() { return fDrawType; };
47 static const char* GetCommandString(DrawType type);
50 DrawType fDrawType;
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dheap_instance_track.js78 case tracing.tracks.DrawType.SLICE:

Completed in 324 milliseconds

12