HomeSort by relevance Sort by last modified time
    Searched refs:edgeType (Results 26 - 45 of 45) sorted by null

12

  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 342 GrEffectEdgeType edgeType= useAA ? kFillAA_GrEffectEdgeType :
345 GrDashingEffect::Create(edgeType, devInfo, strokeWidth), 1)->unref();
420 static GrEffectRef* Create(GrEffectEdgeType edgeType, const DashInfo& info,
440 DashingLineEffect(GrEffectEdgeType edgeType, const DashInfo& info, SkScalar strokeWidth);
561 GrEffectRef* DashingLineEffect::Create(GrEffectEdgeType edgeType, const DashInfo& info,
568 (edgeType, info, strokeWidth))));
581 DashingLineEffect::DashingLineEffect(GrEffectEdgeType edgeType, const DashInfo& info,
583 : fEdgeType(edgeType) {
608 GrEffectEdgeType edgeType = static_cast<GrEffectEdgeType>(random->nextULessThan(
619 effect = DashingLineEffect::Create(edgeType, info, strokeWidth)
    [all...]
  /external/chromium_org/third_party/skia/gm/
convexpolyeffect.cpp 130 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
131 SkAutoTUnref<GrFragmentProcessor> fp(GrConvexPolyEffect::Create(edgeType, p));
182 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
183 SkAutoTUnref<GrFragmentProcessor> fp(GrConvexPolyEffect::Create(edgeType, rect));
rrects.cpp 119 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
120 SkAutoTUnref<GrFragmentProcessor> fp(GrRRectEffect::Create(edgeType,
  /external/skia/gm/
convexpolyeffect.cpp 137 GrEffectEdgeType edgeType = (GrEffectEdgeType) et;
138 SkAutoTUnref<GrEffectRef> effect(GrConvexPolyEffect::Create(edgeType, p));
189 GrEffectEdgeType edgeType = (GrEffectEdgeType) et;
190 SkAutoTUnref<GrEffectRef> effect(GrConvexPolyEffect::Create(edgeType, rect));
rrects.cpp 119 GrEffectEdgeType edgeType = (GrEffectEdgeType) et;
120 SkAutoTUnref<GrEffectRef> effect(GrRRectEffect::Create(edgeType, rrect));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
JSHeapSnapshot.js 360 var edgeType = containmentEdges[edgeIndex + edgeTypeOffset];
362 if (edgeType === edgeElementType) {
366 } else if (edgeType !== edgeShortcutType)
448 var edgeType = containmentEdges[edgeIndex + edgeTypeOffset];
449 if (edgeType !== edgeInternalType)
552 var edgeType = edges[edgeIndex + edgeTypeOffset];
553 if (edgeType === edgeInternalType) {
HeapSnapshot.js     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionSetupActivity.java 238 mEdgeType = Integer.toString (cs.edgeType);
688 private void setEdgeType(String edgeType) {
689 mEdgeType = edgeType;
690 mEdgeTypeName = getEdgeTypeName(edgeType);
693 Integer.parseInt(edgeType));
772 private String getEdgeTypeName(String edgeType) {
773 int x = indexOf(mEdgeTypes, edgeType);
    [all...]
CaptionPreviewFragment.java 241 public void livePreviewEdgeType(int edgeType) {
242 mPreviewText.setEdgeType(edgeType);
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 157 GrPrimitiveEdgeType edgeType;
164 edgeType =
167 edgeType =
173 fp.reset(GrConvexPolyEffect::Create(edgeType, iter.get()->getPath(),
179 fp.reset(GrRRectEffect::Create(edgeType, rrect));
185 fp.reset(GrConvexPolyEffect::Create(edgeType, rect));
    [all...]
GrOvalRenderer.cpp     [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 157 GrEffectEdgeType edgeType;
164 edgeType = invert ? kInverseFillAA_GrEffectEdgeType : kFillAA_GrEffectEdgeType;
166 edgeType = invert ? kInverseFillBW_GrEffectEdgeType : kFillBW_GrEffectEdgeType;
171 effect.reset(GrConvexPolyEffect::Create(edgeType, iter.get()->getPath(),
177 effect.reset(GrRRectEffect::Create(edgeType, rrect));
183 effect.reset(GrConvexPolyEffect::Create(edgeType, rect));
    [all...]
GrOvalRenderer.cpp     [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 338 mEdgeType.setValue(attrs.edgeType);
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java     [all...]
WebVttRenderer.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 665 milliseconds

12