/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 | imagefilterscropexpand.cpp | 82 Draw(canvas, checkerboard, rect, SkColorFilterImageFilter::Create( in onDraw() 85 Draw(canvas, checkerboard, rect, SkBlurImageFilter::Create( in onDraw() 88 Draw(canvas, checkerboard, rect, SkBlurImageFilter::Create( in onDraw() 91 Draw(canvas, checkerboard, rect, SkDilateImageFilter::Create( in onDraw() 94 Draw(canvas, checkerboard, rect, SkErodeImageFilter::Create( in onDraw() 97 Draw(canvas, checkerboard, rect, SkDropShadowImageFilter::Create( in onDraw() 102 Draw(canvas, checkerboard, rect, SkDisplacementMapEffect::Create( in onDraw() 110 Draw(canvas, checkerboard, rect, SkOffsetImageFilter::Create( in onDraw() 113 Draw(canvas, checkerboard, rect, in onDraw() 165 …static void Draw(SkCanvas* canvas, const SkBitmap& bitmap, const SkRect& rect, SkImageFilter* filt… in Draw() function in ImageFiltersCropExpandGM
|
D | clipdrawdraw.cpp | 19 static void Draw(SkCanvas* canvas, const SkRect& rect) { in Draw() function 47 Draw(canvas, rect1); 48 Draw(canvas, rect2);
|
/external/opencv3/doc/tutorials/core/basic_geometric_drawing/ |
D | basic_geometric_drawing.markdown | 11 - Draw a **line** by using the OpenCV function @ref cv::line 12 - Draw an **ellipse** by using the OpenCV function @ref cv::ellipse 13 - Draw a **rectangle** by using the OpenCV function @ref cv::rectangle 14 - Draw a **circle** by using the OpenCV function @ref cv::circle 15 - Draw a **filled polygon** by using the OpenCV function @ref cv::fillPoly 69 /// 1. Draw a simple atom: 82 /// 2. Draw a rook 116 - Draw a line from Point **start** to Point **end**
|
/external/skia/src/core/ |
D | SkRecordDraw.h | 46 class Draw : SkNoncopyable { 48 explicit Draw(SkCanvas* canvas, SkPicture const* const drawablePicts[],
|
D | SkMiniRecorder.cpp | 40 SkRecords::Draw(c, nullptr, nullptr, 0, nullptr)(fOp); in playback() 127 SkRecords::Draw(canvas, nullptr, nullptr, 0, nullptr)(*op); \ in flushAndReset()
|
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, nullptr, 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()
|
/external/skia/src/gpu/batches/ |
D | GrDrawPathBatch.cpp | 100 while (Draw* head = that->fDraws.head()) { in onCombineIfPossible() 101 Draw* draw = fDraws.addToTail(); in onCombineIfPossible() 111 const Draw& head = *fDraws.head(); in onDraw() 144 const Draw& draw = *iter.get(); in onDraw()
|
D | GrDrawPathBatch.h | 187 struct Draw { struct 199 typedef SkTLList<Draw, 4> DrawList; argument
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawTests.hpp | 32 namespace Draw namespace
|
D | vktDrawSimpleTest.hpp | 31 namespace Draw namespace
|
D | vktDrawIndirectTest.hpp | 31 namespace Draw namespace
|
D | vktDrawIndexedTest.hpp | 31 namespace Draw namespace
|
D | vktDrawTests.cpp | 34 namespace Draw namespace
|
D | vktDrawBufferObjectUtil.hpp | 34 namespace Draw namespace
|
D | vktDrawTestCaseUtil.hpp | 40 namespace Draw namespace
|
/external/skia/src/gpu/ |
D | GrRecordReplaceDraw.cpp | 54 class ReplaceDraw : public SkRecords::Draw { 205 typedef Draw INHERITED;
|
/external/opencv3/doc/py_tutorials/py_gui/ |
D | py_table_of_contents_gui.markdown | 21 Draw stuffs with your
|
/external/opencv3/doc/tutorials/features2d/feature_flann_matcher/ |
D | feature_flann_matcher.markdown | 86 //-- Draw only "good" matches (i.e. whose distance is less than 2*min_dist, 97 //-- Draw only "good" matches
|
/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 | 645 void Draw(int x_scale, in Draw() function 694 Draw(x_scale, y_scale, left, bottom, C1, m1, D1.first_half(), in Draw() 696 Draw(x_scale, y_scale, left, bottom + 1, m1, C2, D1.second_half(), in Draw() 704 Draw(x_scale, y_scale, left, bottom, C1.first_half(), C2.first_half(), in Draw() 706 Draw(x_scale, y_scale, left + 1, bottom, C1.second_half(), in Draw() 720 Draw(x_scale, y_scale, left, bottom, C1.first_half(), m1f, in Draw() 722 Draw(x_scale, y_scale, left, bottom + 1, m1f, C2.first_half(), in Draw() 724 Draw(x_scale, y_scale, left + 1, bottom, C1.second_half(), m1s, m2f, in Draw() 726 Draw(x_scale, y_scale, left + 1, bottom + 1, m1s, C2.second_half(), m2s, in Draw() 825 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
|
/external/opencv3/doc/tutorials/features2d/feature_homography/ |
D | feature_homography.markdown | 74 //-- Draw only "good" matches (i.e. whose distance is less than 3*min_dist ) 108 //-- Draw lines between the corners (the mapped object in the scene - image_2 )
|