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

  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 207 bool hasCap = SkPaint::kSquare_Cap == cap && 0 != srcStrokeWidth;
214 if (!hasCap) {
332 if (hasCap) {
372 if (hasCap) {
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 212 bool hasCap = SkPaint::kButt_Cap != cap && 0 != srcStrokeWidth;
219 if (!hasCap) {
337 if (hasCap) {
390 if (hasCap) {
    [all...]

Completed in 371 milliseconds