/external/skia/samplecode/ |
D | SampleDraw.cpp | 87 class Draw : public SkRefCnt { class 89 Draw() : fFlags(0) {} in Draw() function in Draw 161 class RDraw : public Draw { 238 virtual Draw* create(const SkPoint&, const SkPoint&) = 0; 246 virtual Draw* create(const SkPoint& p0, const SkPoint& p1) { in create() 259 Draw* fDraw; 262 SkTDArray<Draw*> fList; 275 Draw* setDraw(Draw* d) { in setDraw() 284 Draw* hitTestList(SkScalar x, SkScalar y) const { in hitTestList() 285 Draw** first = fList.begin(); in hitTestList() [all …]
|
/external/skia/gm/ |
D | clipdrawdraw.cpp | 30 static void Draw(SkCanvas* canvas, const SkRect& rect) { in Draw() function in skiagm::ClipDrawDrawGM 57 Draw(canvas, rect1); in onDraw() 58 Draw(canvas, rect2); in onDraw()
|
/external/skia/src/core/ |
D | SkRecordDraw.h | 43 class Draw : SkNoncopyable { 45 explicit Draw(SkCanvas* canvas, SkPicture const* const drawablePicts[],
|
D | SkRecordDraw.cpp | 35 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount); in SkRecordDraw() 47 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount); in SkRecordDraw() 67 SkRecords::Draw draw(canvas, drawablePicts, NULL, drawableCount, &initialCTM); in SkRecordPartialDraw() 76 template <> void Draw::draw(const NoOp&) {} in draw() 78 #define DRAW(T, call) template <> void Draw::draw(const T& r) { fCanvas->call; } 122 template <> void Draw::draw(const DrawDrawable& r) { in draw()
|
D | SkMultiPictureDraw.cpp | 101 group.batch(DrawData::Draw, fThreadSafeDrawData.begin(), fThreadSafeDrawData.count()); in draw()
|
/external/skia/src/gpu/ |
D | GrRecordReplaceDraw.cpp | 57 class ReplaceDraw : public SkRecords::Draw { 204 typedef Draw INHERITED;
|
D | GrAAConvexPathRenderer.cpp | 342 struct Draw { struct 343 Draw() : fVertexCnt(0), fIndexCnt(0) {} in Draw() function 348 typedef SkTArray<Draw, true> DrawArray; argument 355 Draw* draw = &draws->push_back(); in create_vertices() 934 SkSTArray<kPreallocDrawCnt, Draw, true> draws; in generateGeometry() 940 const Draw& draw = draws[i]; in generateGeometry()
|
/external/skia/include/core/ |
D | SkMultiPictureDraw.h | 70 static void Draw(DrawData* d) { d->draw(); } in Draw() function
|
/external/skia/include/utils/ |
D | SkMeshUtils.h | 45 static void Draw(SkCanvas*, const SkBitmap&, int rows, int cols,
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 62 :ref:`Draw` can implement flat shading by copying the provoking vertex 90 (perhaps assisted by :ref:`Draw`) should be set up to use this state 178 This feature is implemented in the :ref:`Draw` module but may also be 189 This state is used by :ref:`Draw` to generate texcoords.
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 602 …void Draw(int x_scale, int y_scale, int left, int bottom, Coon_Bezier C1, Coon_Bezier C2, Coon_Bez… in Draw() function 636 Draw(x_scale, y_scale, left, bottom, C1, m1, D1.first_half(), D2.first_half()); in Draw() 637 … Draw(x_scale, y_scale, left, bottom + 1, m1, C2, D1.second_half(), D2.second_half()); in Draw() 643 Draw(x_scale, y_scale, left, bottom, C1.first_half(), C2.first_half(), D1, m2); in Draw() 644 … Draw(x_scale, y_scale, left + 1, bottom, C1.second_half(), C2.second_half(), m2, D2); in Draw() 657 Draw(x_scale, y_scale, left, bottom, C1.first_half(), m1f, D1.first_half(), m2f); in Draw() 658 … Draw(x_scale, y_scale, left, bottom + 1, m1f, C2.first_half(), D1.second_half(), m2s); in Draw() 659 … Draw(x_scale, y_scale, left + 1, bottom, C1.second_half(), m1s, m2f, D2.first_half()); in Draw() 660 … Draw(x_scale, y_scale, left + 1, bottom + 1, m1s, C2.second_half(), m2s, D2.second_half()); in Draw() 767 patch.Draw(1, 1, 0, 0, C1, C2, D1, D2); in _DrawCoonPatchMeshes()
|
/external/mesa3d/src/gallium/docs/source/ |
D | debugging.rst | 50 Whether the :ref:`Draw` module will attempt to use LLVM for vertex and geometry shaders. 103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
|
D | distro.rst | 147 Draw section in Auxiliary 150 Draw is a software :term:`TCL` pipeline for hardware that lacks vertex shaders
|
D | pipeline.txt | 84 | Optional Draw module helpers |
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/ |
D | d3d10tri.cpp | 111 ctx->Draw(3, 0); in draw()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/ |
D | d3d11tri.cpp | 113 ctx->Draw(3, 0); in draw()
|
/external/skia/tools/ |
D | DumpRecord.cpp | 98 SkRecords::Draw fDraw;
|
/external/openfst/src/include/fst/script/ |
D | draw.h | 88 fstdrawer.Draw(args->ostrm, args->dest); in DrawFst()
|
D | draw-impl.h | 66 void Draw(ostream *strm, const string &dest) { in Draw() function
|
/external/skia/src/utils/ |
D | SkMeshUtils.cpp | 88 void SkMeshUtils::Draw(SkCanvas* canvas, const SkBitmap& bitmap, in Draw() function in SkMeshUtils
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-jai.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/freetype/src/smooth/ |
D | ftgrays.c | 979 goto Draw; in gray_render_conic() 993 goto Draw; in gray_render_conic() 1016 Draw: in gray_render_conic() 1094 goto Draw; in gray_render_cubic() 1146 goto Draw; in gray_render_cubic() 1154 Draw: in gray_render_cubic()
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftgrays.c | 963 goto Draw; in gray_render_conic() 977 goto Draw; in gray_render_conic() 1000 Draw: in gray_render_conic() 1078 goto Draw; in gray_render_cubic() 1130 goto Draw; in gray_render_cubic() 1138 Draw: in gray_render_cubic()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.primitive_restart.txt | 25 + Draw using:
|
D | functional.instanced.txt | 25 + Draw using:
|