HomeSort by relevance Sort by last modified time
    Searched defs:applyPathEffect (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrStyle.cpp 129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const {
163 if (!this->applyPathEffect(dst, &strokeRec, src)) {
177 if (this->applyPathEffect(dst, &strokeRec, src)) {
  /external/skqp/src/gpu/
GrStyle.cpp 129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const {
163 if (!this->applyPathEffect(dst, &strokeRec, src)) {
177 if (this->applyPathEffect(dst, &strokeRec, src)) {

Completed in 97 milliseconds