Searched refs:Draw (Results 1 - 25 of 28) sorted by relevance

12

/external/skia/gm/
H A Dclipdrawdraw.cpp30 static void Draw(SkCanvas* canvas, const SkRect& rect) { function in class:skiagm::ClipDrawDrawGM
57 Draw(canvas, rect1);
58 Draw(canvas, rect2);
/external/skia/samplecode/
H A DSampleDraw.cpp87 class Draw : public SkRefCnt { class in inherits:SkRefCnt
89 Draw() : fFlags(0) {} function in class: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) {
259 Draw* fDraw;
262 SkTDArray<Draw*> fList;
275 Draw* setDraw(Draw* d) {
284 Draw* hitTestLis
[all...]
/external/skia/src/core/
H A DSkRecordDraw.h26 // Draw an SkRecord into an SkCanvas. A convenience wrapper around SkRecords::Draw.
31 // Draw a portion of an SkRecord into an SkCanvas.
43 class Draw : SkNoncopyable { class in namespace:SkRecords
45 explicit Draw(SkCanvas* canvas, SkPicture const* const drawablePicts[], function in class:SkRecords::Draw
H A DSkRecordDraw.cpp22 // Draw only ops that affect pixels in the canvas's current clip.
35 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
40 // This visit call uses the SkRecords::Draw::operator() to call
46 // Draw all ops.
47 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
52 // This visit call uses the SkRecords::Draw::operator() to call
67 SkRecords::Draw draw(canvas, drawablePicts, NULL, drawableCount, &initialCTM);
76 template <> void Draw::draw(const NoOp&) {}
78 #define DRAW(T, call) template <> void Draw::draw(const T& r) { fCanvas->call; }
122 template <> void Draw
[all...]
H A DSkMultiPictureDraw.cpp101 group.batch(DrawData::Draw, fThreadSafeDrawData.begin(), fThreadSafeDrawData.count());
/external/skia/include/core/
H A DSkMultiPictureDraw.h70 static void Draw(DrawData* d) { d->draw(); } function in struct:SkMultiPictureDraw::DrawData
/external/skia/include/utils/
H A DSkMeshUtils.h45 static void Draw(SkCanvas*, const SkBitmap&, int rows, int cols,
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.cpp111 ctx->Draw(3, 0);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
H A Dd3d11tri.cpp113 ctx->Draw(3, 0);
/external/skia/tools/
H A DDumpRecord.cpp98 SkRecords::Draw fDraw;
/external/openfst/src/include/fst/script/
H A Ddraw.h88 fstdrawer.Draw(args->ostrm, args->dest);
H A Ddraw-impl.h65 // Draw Fst to an output buffer (or stdout if buf = 0)
66 void Draw(ostream *strm, const string &dest) { function in class:fst::FstDrawer
/external/skia/src/utils/
H A DSkMeshUtils.cpp88 void SkMeshUtils::Draw(SkCanvas* canvas, const SkBitmap& bitmap, function in class:SkMeshUtils
/external/skia/src/gpu/
H A DGrRecordReplaceDraw.cpp57 class ReplaceDraw : public SkRecords::Draw {
90 // Draw only ops that affect pixels in the canvas's current clip.
121 // Same as Draw for all ops except DrawPicture and SaveLayer.
138 // Draw sub-pictures with the same replacement list but a different picture
204 typedef Draw INHERITED;
H A DGrAAConvexPathRenderer.cpp342 struct Draw { struct
343 Draw() : fVertexCnt(0), fIndexCnt(0) {} function in struct:Draw
348 typedef SkTArray<Draw, true> DrawArray;
355 Draw* draw = &draws->push_back();
440 // Draw the interior fan if it exists.
497 // Draw the interior fan if it exists.
934 SkSTArray<kPreallocDrawCnt, Draw, true> draws;
940 const Draw& draw = draws[i];
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp602 void Draw(int x_scale, int y_scale, int left, int bottom, Coon_Bezier C1, Coon_Bezier C2, Coon_Bezier D1, Coon_Bezier D2) function in struct:CPDF_PatchDrawer
636 Draw(x_scale, y_scale, left, bottom, C1, m1, D1.first_half(), D2.first_half());
637 Draw(x_scale, y_scale, left, bottom + 1, m1, C2, D1.second_half(), D2.second_half());
643 Draw(x_scale, y_scale, left, bottom, C1.first_half(), C2.first_half(), D1, m2);
644 Draw(x_scale, y_scale, left + 1, bottom, C1.second_half(), C2.second_half(), m2, D2);
657 Draw(x_scale, y_scale, left, bottom, C1.first_half(), m1f, D1.first_half(), m2f);
658 Draw(x_scale, y_scale, left, bottom + 1, m1f, C2.first_half(), D1.second_half(), m2s);
659 Draw(x_scale, y_scale, left + 1, bottom, C1.second_half(), m1s, m2f, D2.first_half());
660 Draw(x_scale, y_scale, left + 1, bottom + 1, m1s, C2.second_half(), m2s, D2.second_half());
767 patch.Draw(
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.cpp220 ctx->Draw(3 * 8, 0);
/external/freetype/src/smooth/
H A Dftgrays.c979 goto Draw;
993 goto Draw;
1016 Draw:
1094 goto Draw;
1146 goto Draw;
1154 Draw:
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c963 goto Draw;
977 goto Draw;
1000 Draw:
1078 goto Draw;
1130 goto Draw;
1138 Draw:
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp448 HR_GENERAL(fallbackLayout->Draw(NULL, fontFallbackRenderer.get(), 50.0f, 50.0f),
H A DSkFontMgr_win_dw.cpp823 HRNM(fallbackLayout->Draw(NULL, fontFallbackRenderer.get(), 50.0f, 50.0f),
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h147 ctx->Draw(draw_count, 0);
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp706 * Draw on an image the specified ROIs from the source image and
733 IplImage* Draw( const CvArr* src, CvBlobSeq* blob_seq = 0, const CvSeq* roi_seq = 0 );
/external/skia/dm/
H A DDMSrcSink.cpp688 // Draw the Src into two pictures, then draw the second picture into the wrapped Sink.
711 // Draw the Src twice. This can help exercise caching.
728 // This is like SkRecords::Draw, in that it plays back SkRecords ops into a Canvas.
729 // Unlike SkRecords::Draw, it builds a single-op sub-picture out of each Draw-type op.
739 // By default SkRecords::Draw() uses the canvas' matrix as its initial matrix,
741 SkRecords::Draw(canvas, nullptr, nullptr, 0, &SkMatrix::I())(op);
744 // Most things that have paints are Draw-type ops. Create sub-pictures for each.
753 // If you don't have a paint or are a SaveLayer, you're not a Draw-type op.
754 // We cannot make subpictures out of these because they affect state. Draw the
[all...]

Completed in 579 milliseconds

12