Searched defs:strokeInfo (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp356 GrStrokeInfo strokeInfo(paint, SkPaint::kStroke_Style);
362 fContext->drawPath(grPaint, path, strokeInfo);
427 GrStrokeInfo strokeInfo(paint);
430 if (!usePath && pe && !strokeInfo.isDashed()) {
444 fContext->drawRect(grPaint, rect, &strokeInfo);
458 GrStrokeInfo strokeInfo(paint);
477 strokeInfo.getStrokeRec(),
494 if (pe && !strokeInfo.isDashed()) {
507 fContext->drawRRect(grPaint, rect, strokeInfo);
544 GrStrokeInfo strokeInfo(pain
640 create_mask_GPU(GrContext* context, const SkRect& maskRect, const SkPath& devPath, const GrStrokeInfo& strokeInfo, bool doAA, GrAutoScratchTexture* mask) argument
[all...]
H A DGrContext.cpp797 const GrStrokeInfo* strokeInfo) {
798 if (strokeInfo && strokeInfo->isDashed()) {
801 this->drawPath(paint, path, *strokeInfo);
813 SkScalar width = NULL == strokeInfo ? -1 : strokeInfo->getStrokeRec().getWidth();
856 const SkStrokeRec& strokeRec = strokeInfo->getStrokeRec();
1037 const GrStrokeInfo& strokeInfo) {
1042 if (strokeInfo.isDashed()) {
1045 this->drawPath(paint, path, strokeInfo);
795 drawRect(const GrPaint& paint, const SkRect& rect, const GrStrokeInfo* strokeInfo) argument
1035 drawRRect(const GrPaint& paint, const SkRRect& rrect, const GrStrokeInfo& strokeInfo) argument
1095 drawOval(const GrPaint& paint, const SkRect& oval, const GrStrokeInfo& strokeInfo) argument
1178 drawPath(const GrPaint& paint, const SkPath& path, const GrStrokeInfo& strokeInfo) argument
1266 internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path, const GrStrokeInfo& strokeInfo) argument
[all...]
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDashingEffect.cpp30 static bool can_fast_path_dash(const SkPoint pts[2], const GrStrokeInfo& strokeInfo, argument
47 if (!strokeInfo.isDashed() || 2 != strokeInfo.dashCount()) {
51 const SkPathEffect::DashInfo& info = strokeInfo.getDashInfo();
56 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap();
172 const GrStrokeInfo& strokeInfo, GrGpu* gpu,
175 if (!can_fast_path_dash(pts, strokeInfo, *target, vm)) {
179 const SkPathEffect::DashInfo& info = strokeInfo.getDashInfo();
181 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap();
183 SkScalar srcStrokeWidth = strokeInfo
171 DrawDashLine(const SkPoint pts[2], const GrPaint& paint, const GrStrokeInfo& strokeInfo, GrGpu* gpu, GrDrawTarget* target, const SkMatrix& vm) argument
[all...]
/external/skia/src/gpu/
H A DSkGpuDevice.cpp390 GrStrokeInfo strokeInfo(paint, SkPaint::kStroke_Style);
396 fContext->drawPath(grPaint, path, strokeInfo);
461 GrStrokeInfo strokeInfo(paint);
464 if (!usePath && NULL != pe && !strokeInfo.isDashed()) {
478 fContext->drawRect(grPaint, rect, &strokeInfo);
491 GrStrokeInfo strokeInfo(paint);
510 strokeInfo.getStrokeRec(),
527 if (NULL != pe && !strokeInfo.isDashed()) {
540 fContext->drawRRect(grPaint, rect, strokeInfo);
576 GrStrokeInfo strokeInfo(pain
672 create_mask_GPU(GrContext* context, const SkRect& maskRect, const SkPath& devPath, const GrStrokeInfo& strokeInfo, bool doAA, GrAutoScratchTexture* mask) argument
[all...]
H A DGrContext.cpp782 const GrStrokeInfo* strokeInfo,
784 if (NULL != strokeInfo && strokeInfo->isDashed()) {
787 this->drawPath(paint, path, *strokeInfo);
797 SkScalar width = NULL == strokeInfo ? -1 : strokeInfo->getStrokeRec().getWidth();
845 const SkStrokeRec& strokeRec = strokeInfo->getStrokeRec();
1022 const GrStrokeInfo& strokeInfo) {
1027 if (strokeInfo.isDashed()) {
1030 this->drawPath(paint, path, strokeInfo);
780 drawRect(const GrPaint& paint, const SkRect& rect, const GrStrokeInfo* strokeInfo, const SkMatrix* matrix) argument
1020 drawRRect(const GrPaint& paint, const SkRRect& rrect, const GrStrokeInfo& strokeInfo) argument
1077 drawOval(const GrPaint& paint, const SkRect& oval, const GrStrokeInfo& strokeInfo) argument
1162 drawPath(const GrPaint& paint, const SkPath& path, const GrStrokeInfo& strokeInfo) argument
1248 internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path, const GrStrokeInfo& strokeInfo) argument
[all...]
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp29 static bool can_fast_path_dash(const SkPoint pts[2], const GrStrokeInfo& strokeInfo, argument
46 if (!strokeInfo.isDashed() || 2 != strokeInfo.dashCount()) {
50 const SkPathEffect::DashInfo& info = strokeInfo.getDashInfo();
55 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap();
167 const GrStrokeInfo& strokeInfo, GrGpu* gpu,
170 if (!can_fast_path_dash(pts, strokeInfo, *target, vm)) {
174 const SkPathEffect::DashInfo& info = strokeInfo.getDashInfo();
176 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap();
178 SkScalar srcStrokeWidth = strokeInfo
166 DrawDashLine(const SkPoint pts[2], const GrPaint& paint, const GrStrokeInfo& strokeInfo, GrGpu* gpu, GrDrawTarget* target, const SkMatrix& vm) argument
[all...]

Completed in 775 milliseconds