/external/chromium_org/third_party/skia/include/core/ |
SkRasterizer.h | 29 bool rasterize(const SkPath& path, const SkMatrix& matrix,
|
/external/skia/include/core/ |
SkRasterizer.h | 29 bool rasterize(const SkPath& path, const SkMatrix& matrix,
|
/frameworks/rs/ |
rsPath.h | 59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
|
rsPath.cpp | 51 void Path::rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc) { function in class:Path
|
/external/chromium_org/third_party/skia/src/core/ |
SkRasterizer.cpp | 15 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, function in class:SkRasterizer
|
SkScalerContext.cpp | 331 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL, 727 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL, [all...] |
SkDraw.cpp | [all...] |
/external/skia/src/core/ |
SkRasterizer.cpp | 15 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, function in class:SkRasterizer
|
SkScalerContext.cpp | 331 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL, 727 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL, [all...] |
SkDraw.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe.c | 105 if (draw->pipeline.rasterize) 106 draw->pipeline.rasterize->destroy( draw->pipeline.rasterize );
|
draw_pipe_validate.c | 161 struct draw_stage *next = draw->pipeline.rasterize; 167 /* Set the validate's next stage to the rasterize stage, so that it 319 /* May need to pass a backend flush on to the rasterize stage.
|
draw_private.h | 120 struct draw_stage *rasterize; member in struct:draw_context::__anon12541
|
draw_context.c | 281 draw->pipeline.rasterize = stage;
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe.c | 105 if (draw->pipeline.rasterize) 106 draw->pipeline.rasterize->destroy( draw->pipeline.rasterize );
|
draw_pipe_validate.c | 161 struct draw_stage *next = draw->pipeline.rasterize; 167 /* Set the validate's next stage to the rasterize stage, so that it 319 /* May need to pass a backend flush on to the rasterize stage.
|
draw_private.h | 120 struct draw_stage *rasterize; member in struct:draw_context::__anon23008
|
draw_context.c | 281 draw->pipeline.rasterize = stage;
|
/external/chromium_org/third_party/skia/src/device/xps/ |
SkXPSDevice.cpp | [all...] |
/external/skia/src/device/xps/ |
SkXPSDevice.cpp | [all...] |