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

12

/external/skia/gm/
H A Doptimizations.cpp18 static bool check_pattern(SkPicture& input, const SkTDArray<DrawType> &pattern) {
48 static SkPicture* create_save_layer_opt_1(SkTDArray<DrawType>* preOptPattern,
49 SkTDArray<DrawType>* postOptPattern,
121 static SkPicture* create_save_layer_opt_1_v1(SkTDArray<DrawType>* preOptPattern,
122 SkTDArray<DrawType>* postOptPattern,
131 static SkPicture* create_save_layer_opt_1_v2(SkTDArray<DrawType>* preOptPattern,
132 SkTDArray<DrawType>* postOptPattern,
141 static SkPicture* create_save_layer_opt_1_v3(SkTDArray<DrawType>* preOptPattern,
142 SkTDArray<DrawType>* postOptPattern,
151 static SkPicture* create_save_layer_opt_1_v4(SkTDArray<DrawType>* preOptPatter
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrPathRendererChain.h46 enum DrawType { enum in class:GrPathRendererChain
61 DrawType drawType,
/external/skia/include/gpu/
H A DGrPathRendererChain.h46 enum DrawType { enum in class:GrPathRendererChain
61 DrawType drawType,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DOpaqueRegionSkia.h60 enum DrawType { enum in class:WebCore::FINAL
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.cpp122 static inline bool paintIsOpaque(const SkPaint& paint, OpaqueRegionSkia::DrawType drawType, const SkBitmap* bitmap)
274 void OpaqueRegionSkia::didDraw(const GraphicsContext* context, const SkRect& rect, const SkPaint& paint, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType drawType)
300 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.h334 enum DrawType { enum in class:GrGpu
342 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
360 bool setupClipAndFlushState(DrawType,
472 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
H A DGrPathRendererChain.cpp37 DrawType drawType,
/external/skia/src/gpu/
H A DGrGpu.h334 enum DrawType { enum in class:GrGpu
342 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
360 bool setupClipAndFlushState(DrawType,
472 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
H A DGrPathRendererChain.cpp37 DrawType drawType,
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.h164 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
245 void flushStencil(DrawType);
246 void flushAAState(DrawType);
/external/skia/src/gpu/gl/
H A DGrGpuGL.h164 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
245 void flushStencil(DrawType);
246 void flushAAState(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:
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecord.cpp70 static inline uint32_t getPaintOffset(DrawType op, uint32_t opSize) {
205 static DrawType peek_op_and_size(SkWriter32* writer, int32_t offset, uint32_t* size) {
214 return (DrawType) op;
237 DrawType fActualOp;
257 DrawType op = peek_op_and_size(writer, curOffset, &curSize);
477 DrawType op = peek_op_and_size(writer, offset, &opSize);
711 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize);
1023 DrawType op = fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT;
1080 DrawType op;
H A DSkPicture.cpp35 // enable SK_DEBUG_TRACE to trace DrawType elements when
47 const char* DrawTypeToString(DrawType drawType) {
49 case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break;
87 SkDebugf("DrawType error 0x%08x\n", drawType);
H A DSkPicturePlayback.h183 int dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType);
/external/skia/src/core/
H A DSkPictureRecord.cpp70 static inline uint32_t getPaintOffset(DrawType op, uint32_t opSize) {
205 static DrawType peek_op_and_size(SkWriter32* writer, int32_t offset, uint32_t* size) {
214 return (DrawType) op;
237 DrawType fActualOp;
257 DrawType op = peek_op_and_size(writer, curOffset, &curSize);
477 DrawType op = peek_op_and_size(writer, offset, &opSize);
711 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize);
1023 DrawType op = fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT;
1080 DrawType op;
H A DSkPicture.cpp35 // enable SK_DEBUG_TRACE to trace DrawType elements when
47 const char* DrawTypeToString(DrawType drawType) {
49 case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break;
87 SkDebugf("DrawType error 0x%08x\n", drawType);

Completed in 593 milliseconds

12