HomeSort by relevance Sort by last modified time
    Searched refs:setStyle (Results 51 - 75 of 400) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorRectView.java 80 mDotPaint.setStyle(Paint.Style.FILL);
83 mWheelPaint1.setStyle(Paint.Style.FILL);
84 mWheelPaint2.setStyle(Paint.Style.FILL);
85 mWheelPaint3.setStyle(Paint.Style.FILL);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 37 mIndicatorPaint.setStyle(Paint.Style.FILL);
  /external/skia/tests/
DeferredCanvasTest.cpp 100 paint.setStyle( SkPaint::kFill_Style );
107 paint.setStyle( SkPaint::kFill_Style );
115 paint.setStyle( SkPaint::kFill_Style );
130 paint.setStyle( SkPaint::kFill_Style );
137 paint.setStyle( SkPaint::kFill_Style );
151 paint.setStyle(SkPaint::kFill_Style);
163 paint.setStyle(SkPaint::kFill_Style);
172 paint.setStyle( SkPaint::kFill_Style );
185 paint.setStyle( SkPaint::kStroke_Style );
194 paint.setStyle( SkPaint::kFill_Style )
    [all...]
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 199 container->setStyle(newStyle.release());
213 text->setStyle(textStyle.release());
314 container->setStyle(createStackableStyle(size, topRelative).release());
324 charBlock->setStyle(charStyle);
330 text->setStyle(container->style());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 186 paint.setStyle(Paint.Style.FILL);
203 paint.setStyle(Paint.Style.FILL);
221 paint.setStyle(Paint.Style.STROKE);
237 paint.setStyle(Paint.Style.STROKE);
257 paint.setStyle(Paint.Style.FILL);
265 paint.setStyle(Paint.Style.STROKE);
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.cc 86 paint.setStyle(SkPaint::kFill_Style);
110 paint.setStyle(SkPaint::kStroke_Style);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 282 public void setStyle(int style) {
283 charSet.setStyle(style);
  /external/webkit/Source/WebCore/rendering/
RenderButton.cpp 78 // RenderBlock::setStyle is going to apply a new style to the inner block, which
92 m_buttonText->setStyle(style());
159 m_buttonText->setStyle(style());
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomRenderer.java 63 mPaint.setStyle(Paint.Style.STROKE);
65 mTextPaint.setStyle(Paint.Style.FILL);
  /packages/apps/Gallery2/src/com/android/camera/ui/
ZoomRenderer.java 63 mPaint.setStyle(Paint.Style.STROKE);
65 mTextPaint.setStyle(Paint.Style.FILL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java 106 gPaint.setStyle(Paint.Style.STROKE);
121 gPaint.setStyle(Paint.Style.FILL_AND_STROKE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 68 mEmptyPaint.setStyle(Paint.Style.FILL);
153 p.setStyle(Paint.Style.FILL);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
CameraPreviewView.java 45 mPaint.setStyle(Paint.Style.STROKE);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ComposePathEffectTest.java 75 paint.setStyle(Paint.Style.STROKE);
SumPathEffectTest.java 53 paint.setStyle(Paint.Style.STROKE);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java 69 paint.setStyle(Style.FILL);
  /external/chromium/chrome/browser/ui/views/
theme_helpers.cc 59 paint.setStyle(SkPaint::kFill_Style);
  /external/skia/gm/
cubicpaths.cpp 35 paint.setStyle(style);
122 rectPaint.setStyle(SkPaint::kStroke_Style);
178 paint.setStyle(style);
266 rectPaint.setStyle(SkPaint::kStroke_Style);
drawlooper.cpp 85 paint->setStyle(gParams[i].fStyle);
getpostextpath.cpp 29 paint.setStyle(SkPaint::kStroke_Style);
linepaths.cpp 35 paint.setStyle(style);
120 rectPaint.setStyle(SkPaint::kStroke_Style);
176 paint.setStyle(style);
262 rectPaint.setStyle(SkPaint::kStroke_Style);
quadpaths.cpp 35 paint.setStyle(style);
121 rectPaint.setStyle(SkPaint::kStroke_Style);
177 paint.setStyle(style);
264 rectPaint.setStyle(SkPaint::kStroke_Style);
strokerects.cpp 50 paint.setStyle(SkPaint::kStroke_Style);
verylargebitmap.cpp 27 paint.setStyle(SkPaint::kStroke_Style);
  /external/webkit/Source/WebCore/rendering/style/
KeyframeList.h 54 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; }

Completed in 1114 milliseconds

1 23 4 5 6 7 8 91011>>