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

  /external/skia/include/core/
SkStrokeRec.h 79 bool needToApply() const {
126 if (!this->needToApply()) {
  /external/skqp/include/core/
SkStrokeRec.h 79 bool needToApply() const {
126 if (!this->needToApply()) {
  /external/skia/src/gpu/
GrStyle.cpp 26 if (style.strokeRec().needToApply()) {
63 if (Apply::kPathEffectAndStrokeRec == apply && style.strokeRec().needToApply()) {
182 if (strokeRec.needToApply()) {
GrShape.cpp 455 if (GrStyle::Apply::kPathEffectAndStrokeRec == apply && strokeRec.needToApply()) {
  /external/skqp/src/gpu/
GrStyle.cpp 26 if (style.strokeRec().needToApply()) {
63 if (Apply::kPathEffectAndStrokeRec == apply && style.strokeRec().needToApply()) {
182 if (strokeRec.needToApply()) {
GrShape.cpp 455 if (GrStyle::Apply::kPathEffectAndStrokeRec == apply && strokeRec.needToApply()) {
  /external/skia/src/gpu/gl/
GrGLPath.cpp 297 if (stroke.needToApply() && stroke.getCap() != SkPaint::kButt_Cap) {
316 fShouldStroke = stroke.needToApply();
  /external/skqp/src/gpu/gl/
GrGLPath.cpp 297 if (stroke.needToApply() && stroke.getCap() != SkPaint::kButt_Cap) {
316 fShouldStroke = stroke.needToApply();
  /external/skia/src/core/
SkScalerContext.cpp 636 if (rec.needToApply()) {
    [all...]
  /external/skqp/src/core/
SkScalerContext.cpp 608 if (rec.needToApply()) {
    [all...]

Completed in 300 milliseconds