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

  /cts/tests/tests/graphics/src/android/graphics/cts/
Canvas_EdgeTypeTest.java 22 import android.graphics.Canvas.EdgeType;
27 assertEquals(EdgeType.BW, EdgeType.valueOf("BW"));
28 assertEquals(EdgeType.AA, EdgeType.valueOf("AA"));
32 EdgeType[] edgeType = EdgeType.values();
34 assertEquals(2, edgeType.length);
35 assertEquals(EdgeType.BW, edgeType[0])
    [all...]
  /external/skia/gm/
convexpolyeffect.cpp 181 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
182 SkAutoTUnref<GrFragmentProcessor> fp(GrConvexPolyEffect::Create(edgeType, p));
230 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
231 SkAutoTUnref<GrFragmentProcessor> fp(GrConvexPolyEffect::Create(edgeType, rect));
rrects.cpp 113 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
114 SkAutoTUnref<GrFragmentProcessor> fp(GrRRectEffect::Create(edgeType,
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 201 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix)
206 , fEdgeType(edgeType) {
231 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(
234 edgeType, caps,
416 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix)
421 , fEdgeType(edgeType) {
446 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(
450 edgeType, caps,
646 GrPrimitiveEdgeType edgeType)
649 , fEdgeType(edgeType) {
    [all...]
GrConvexPolyEffect.cpp 20 static GrFragmentProcessor* Create(GrPrimitiveEdgeType edgeType, const SkRect& rect) {
21 return SkNEW_ARGS(AARectEffect, (edgeType, rect));
33 AARectEffect(GrPrimitiveEdgeType edgeType, const SkRect& rect)
34 : fRect(rect), fEdgeType(edgeType) {
74 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(random->nextULessThan(
77 fp = AARectEffect::Create(edgeType, rect);
316 GrFragmentProcessor* GrConvexPolyEffect::Create(GrPrimitiveEdgeType edgeType, const SkRect& rect) {
317 if (kHairlineAA_GrProcessorEdgeType == edgeType){
320 return AARectEffect::Create(edgeType, rect);
338 GrConvexPolyEffect::GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 166 public void setEdgeType(int edgeType) {
167 mEdgeType = edgeType;
279 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType;
323 final int edgeType = mEdgeType;
324 if (edgeType == CaptionStyle.EDGE_TYPE_OUTLINE) {
333 } else if (edgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) {
335 } else if (edgeType == CaptionStyle.EDGE_TYPE_RAISED
336 || edgeType == CaptionStyle.EDGE_TYPE_DEPRESSED) {
337 final boolean raised = edgeType == CaptionStyle.EDGE_TYPE_RAISED
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 156 GrPrimitiveEdgeType edgeType;
163 edgeType =
166 edgeType =
172 fp.reset(GrConvexPolyEffect::Create(edgeType, iter.get()->getPath(),
178 fp.reset(GrRRectEffect::Create(edgeType, rrect));
184 fp.reset(GrConvexPolyEffect::Create(edgeType, rect));
    [all...]
GrOvalRenderer.cpp     [all...]
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 334 public final int edgeType;
359 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor,
363 mHasEdgeType = edgeType != EDGE_TYPE_UNSPECIFIED;
371 this.edgeType = mHasEdgeType ? edgeType : EDGE_TYPE_NONE;
407 overlay.edgeType : edgeType;
485 final int edgeType = Secure.getInt(
486 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_TYPE, defStyle.edgeType);
497 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /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/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 280 milliseconds