HomeSort by relevance Sort by last modified time
    Searched refs:ClipPath (Results 1 - 17 of 17) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_contentparser.cpp 84 CPDF_Path ClipPath;
87 ClipPath.Emplace();
88 ClipPath.AppendRect(form_bbox.left, form_bbox.bottom, form_bbox.right,
90 ClipPath.Transform(&form_matrix);
92 ClipPath.Transform(pParentMatrix);
105 if (ClipPath) {
106 m_pParser->GetCurStates()->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING,
203 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0);
204 if (!ClipPath.IsRect() || pObj->IsShading())
207 CFX_PointF point0 = ClipPath.GetPoint(0)
    [all...]
  /external/skia/src/core/
SkPictureAnalyzer.cpp 42 const SkRecords::ClipPath clipOp = {
SkPictureCommon.h 122 void operator()(const SkRecords::ClipPath& op) {
SkRecords.h 56 M(ClipPath) \
212 RECORD(ClipPath, 0,
SkLiteDL.cpp 53 M(ClipPath) M(ClipRect) M(ClipRRect) M(ClipRegion) \
139 struct ClipPath final : Op {
140 static const auto kType = Type::ClipPath;
141 ClipPath(const SkPath& path, SkClipOp op, bool aa) : path(path), op(op), aa(aa) {}
145 void draw(SkCanvas* c, const SkMatrix&) const { c->clipPath(path, op, aa); }
545 void SkLiteDL::clipPath(const SkPath& path, SkClipOp op, bool aa) {
546 this->push<ClipPath>(0, path, op, aa);
SkRecordDraw.cpp 88 DRAW(ClipPath, clipPath(r.path, r.opAA.op(), r.opAA.aa()));
247 void updateClipBounds(const ClipPath& op) { this->updateClipBoundsForClipOp(op.devBounds); }
298 void trackBounds(const ClipPath&) { this->pushControl(); }
SkRecorder.cpp 394 APPEND(ClipPath, this->getDeviceClipBounds(), path, opAA);
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 59 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath();
64 VectorDrawable::ClipPath* srcClipPath =
65 reinterpret_cast<VectorDrawable::ClipPath*>(srcClipPathPtr);
66 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(*srcClipPath);
  /frameworks/base/libs/hwui/
VectorDrawable.h 398 class ANDROID_API ClipPath: public Path {
400 ClipPath(const ClipPath& path) : Path(path) {}
401 ClipPath(const char* path, size_t strLength) : Path(path, strLength) {}
402 ClipPath() : Path() {}
VectorDrawable.cpp 264 void ClipPath::draw(SkCanvas* outCanvas, bool useStagingData) {
266 outCanvas->clipPath(getUpdatedPath(useStagingData, &tempStagingPath));
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.h 79 void ProcessClipPath(CPDF_ClipPath ClipPath, const CFX_Matrix* pObj2Device);
cpdf_renderstatus.cpp     [all...]
  /external/skia/tests/
CanvasTest.cpp 379 SIMPLE_TEST_STEP(ClipPath, clipPath(d.fPath));
651 canvas.clipPath(path);
655 canvas.clipPath(path);
659 canvas.clipPath(path); // should not assert here
  /external/skia/tools/debugger/
SkDrawCommand.cpp 216 case kClipPath_OpType: return "ClipPath";
277 INSTALL_FACTORY(ClipPath);
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 407 milliseconds