HomeSort by relevance Sort by last modified time
    Searched refs:getCap (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/core/
SkStroke.h 27 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
SkStroke.cpp 578 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(),
  /external/skia/src/core/
SkStroke.h 27 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
SkStroke.cpp 577 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(),
  /external/skia/src/gpu/
GrPath.cpp 22 keyData[1] |= stroke.getCap() << 3;
GrSWMaskHelper.cpp 76 paint.setStrokeCap(stroke.getCap());
  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 40 SkPaint::Cap getCap() const { return fCap; }
  /external/chromium_org/third_party/skia/src/gpu/
GrPath.cpp 55 key |= stroke.getCap() << kCapShift;
GrSWMaskHelper.cpp 136 paint.setStrokeCap(stroke.getCap());
  /external/skia/include/core/
SkStrokeRec.h 37 SkPaint::Cap getCap() const { return fCap; }
  /external/skia/src/effects/
SkDashPathEffect.cpp 74 if (SkPaint::kButt_Cap != rec.getCap()) {
99 } else if (SkPaint::kRound_Cap != rec.getCap()) {
108 if (SkPaint::kRound_Cap == rec.getCap()) {
155 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
204 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h 115 status_t getCap(char * type, int &channels, int &sampleRate);
AudioUsbALSA.cpp 91 status_t AudioUsbALSA::getCap(char * type, int &channels, int &sampleRate)
93 ALOGD("getCap for %s",type);
397 err = getCap((char *)"Capture:", mchannelsCapture, msampleRateCapture);
794 err = getCap((char *)"Playback:", mchannelsPlayback, msampleRatePlayback);
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 187 if (SkPaint::kButt_Cap != rec.getCap()) {
219 } else if (SkPaint::kRound_Cap != rec.getCap()) {
228 if (SkPaint::kRound_Cap == rec.getCap()) {
275 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
324 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPaint.java 167 public Paint.Cap getCap() {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.cpp 125 GrGLenum cap = cap_to_gl_cap(stroke.getCap());
  /external/skia/src/gpu/gl/
GrGLPath.cpp 123 GrGLenum cap = cap_to_gl_cap(stroke.getCap());
  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 65 const bool requiresAACircle = (stroke.getCap() == SkPaint::kRound_Cap) ||
274 switch (stroke.getCap()) {
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 65 const bool requiresAACircle = (stroke.getCap() == SkPaint::kRound_Cap) ||
274 switch (stroke.getCap()) {
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 55 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap();
176 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap();
  /external/chromium_org/third_party/skia/src/utils/
SkDashPath.cpp 161 if (SkPaint::kButt_Cap != rec->getCap()) {
  /external/skia/src/utils/
SkDashPath.cpp 160 if (SkPaint::kButt_Cap != rec->getCap()) {
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 56 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap();
181 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap();
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 435 private String getCap(int cap) {
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 

Completed in 689 milliseconds

1 2