HomeSort by relevance Sort by last modified time
    Searched refs:DrawType (Results 1 - 25 of 42) sorted by null

1 2

  /external/skia/gm/
optimizations.cpp 18 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>* preOptPattern
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrPathRendererChain.h 46 enum DrawType {
61 DrawType drawType,
  /external/skia/include/gpu/
GrPathRendererChain.h 46 enum DrawType {
61 DrawType drawType,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.h 60 enum DrawType {
69 void didDrawUnbounded(const GraphicsContext*, const SkPaint&, DrawType);
88 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
OpaqueRegionSkia.cpp 122 static inline bool paintIsOpaque(const SkPaint& paint, OpaqueRegionSkia::DrawType drawType, const SkBitmap* bitmap)
126 bool checkFillOnly = drawType != OpaqueRegionSkia::FillOrStroke;
274 void OpaqueRegionSkia::didDraw(const GraphicsContext* context, const SkRect& rect, const SkPaint& paint, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType drawType)
290 bool drawsOpaque = paintIsOpaque(paint, drawType, sourceBitmap);
300 void OpaqueRegionSkia::didDrawUnbounded(const GraphicsContext* context, const SkPaint& paint, DrawType drawType)
302 bool drawsOpaque = paintIsOpaque(paint, drawType, 0);
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 334 enum DrawType {
342 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
360 bool setupClipAndFlushState(DrawType,
472 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
GrPathRendererChain.cpp 37 DrawType drawType,
42 bool antiAlias = (kColorAntiAlias_DrawType == drawType ||
43 kStencilAndColorAntiAlias_DrawType == drawType);
50 if (kStencilOnly_DrawType == drawType) {
52 } else if (kStencilAndColor_DrawType == drawType ||
53 kStencilAndColorAntiAlias_DrawType == drawType) {
GrClipMaskManager.cpp 72 GrPathRendererChain::DrawType type = doAA ?
301 GrPathRendererChain::DrawType type;
335 GrPathRendererChain::DrawType type = element->isAA() ?
    [all...]
  /external/skia/src/gpu/
GrGpu.h 334 enum DrawType {
342 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
360 bool setupClipAndFlushState(DrawType,
472 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
GrPathRendererChain.cpp 37 DrawType drawType,
42 bool antiAlias = (kColorAntiAlias_DrawType == drawType ||
43 kStencilAndColorAntiAlias_DrawType == drawType);
50 if (kStencilOnly_DrawType == drawType) {
52 } else if (kStencilAndColor_DrawType == drawType ||
53 kStencilAndColorAntiAlias_DrawType == drawType) {
GrClipMaskManager.cpp 72 GrPathRendererChain::DrawType type = doAA ?
301 GrPathRendererChain::DrawType type;
335 GrPathRendererChain::DrawType type = element->isAA() ?
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 164 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
245 void flushStencil(DrawType);
246 void flushAAState(DrawType);
  /external/skia/src/gpu/gl/
GrGpuGL.h 164 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
245 void flushStencil(DrawType);
246 void flushAAState(DrawType);
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 19 SkDrawCommand(DrawType drawType);
43 DrawType getType() { return fDrawType; };
47 static const char* GetCommandString(DrawType type);
50 DrawType fDrawType;
  /external/skia/src/utils/debugger/
SkDrawCommand.h 19 SkDrawCommand(DrawType drawType);
43 DrawType getType() { return fDrawType; };
47 static const char* GetCommandString(DrawType type);
50 DrawType fDrawType;
  /external/chromium_org/content/renderer/
skia_benchmarking_extension_unittest.cc 61 DrawType cmd;
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.h 183 int dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType);
SkPictureRecord.cpp 70 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);
    [all...]
SkPicture.cpp 35 // enable SK_DEBUG_TRACE to trace DrawType elements when
47 const char* DrawTypeToString(DrawType drawType) {
48 switch (drawType) {
49 case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break;
87 SkDebugf("DrawType error 0x%08x\n", drawType);
SkPictureRecord.h 122 * Write the 'drawType' operation and chunk size to the skp. 'size'
133 size_t addDraw(DrawType drawType, uint32_t* size) {
139 SkDebugf("add %s\n", DrawTypeToString(drawType));
143 SkASSERT(((uint8_t) drawType) == drawType);
146 fWriter.writeInt(PACK_8_24(drawType, MASK_24));
150 fWriter.writeInt(PACK_8_24(drawType, *size));
SkPicturePlayback.cpp 689 static DrawType read_op_and_size(SkReader32* reader, uint32_t* size) {
702 return (DrawType) op;
778 DrawType op = read_op_and_size(&reader, &size);
    [all...]
  /external/skia/src/core/
SkPicturePlayback.h 183 int dumpDrawType(char* bufferPtr, char* buffer, DrawType drawType);
SkPictureRecord.cpp 70 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);
    [all...]
SkPicture.cpp 35 // enable SK_DEBUG_TRACE to trace DrawType elements when
47 const char* DrawTypeToString(DrawType drawType) {
48 switch (drawType) {
49 case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break;
87 SkDebugf("DrawType error 0x%08x\n", drawType);
SkPictureRecord.h 122 * Write the 'drawType' operation and chunk size to the skp. 'size'
133 size_t addDraw(DrawType drawType, uint32_t* size) {
139 SkDebugf("add %s\n", DrawTypeToString(drawType));
143 SkASSERT(((uint8_t) drawType) == drawType);
146 fWriter.writeInt(PACK_8_24(drawType, MASK_24));
150 fWriter.writeInt(PACK_8_24(drawType, *size));

Completed in 60 milliseconds

1 2