HomeSort by relevance Sort by last modified time
    Searched refs:getCap (Results 1 - 25 of 30) 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 577 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(),
  /external/chromium_org/third_party/skia/src/gpu/
GrPath.cpp 22 keyData[1] |= stroke.getCap() << 3;
GrSWMaskHelper.cpp 76 paint.setStrokeCap(stroke.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 37 SkPaint::Cap getCap() const { return fCap; }
  /external/skia/include/core/
SkStrokeRec.h 37 SkPaint::Cap getCap() const { return fCap; }
  /external/chromium_org/third_party/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
  /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/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 123 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/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 55 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap();
176 SkPaint::Cap cap = strokeInfo.getStrokeRec().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 160 if (SkPaint::kButt_Cap != rec->getCap()) {
  /external/skia/src/utils/
SkDashPath.cpp 160 if (SkPaint::kButt_Cap != rec->getCap()) {
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 143 bool getCap(GLenum cap);
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 435 private String getCap(int cap) {
    [all...]

Completed in 474 milliseconds

1 2