HomeSort by relevance Sort by last modified time
    Searched full:strokecolor (Results 51 - 75 of 91) sorted by null

1 23 4

  /frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_drawable26.xml 38 android:strokeColor="#FF00FF00"
vector_drawable27.xml 38 android:strokeColor="#FF00FF00"
vector_drawable28.xml 39 android:strokeColor="#FF00FF00"
vector_drawable_progress_bar.xml 38 android:strokeColor="?android:attr/colorControlActivated"
  /external/chromium_org/chrome/browser/ui/cocoa/
styled_text_field_cell.mm 118 NSColor* strokeColor = themeProvider->GetNSColor(
122 radius, lineWidth, strokeColor);
gradient_button_cell.mm 440 NSColor* strokeColor = nil;
442 strokeColor = [NSColor
446 strokeColor = themeProvider ? themeProvider->GetNSColor(
452 [strokeColor setStroke];
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 200 FX_DWORD strokecolor = fill_color; local
205 strokecolor = (((fill_alpha >> 2) << 24) | (strokecolor & 0x00ffffff));
216 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, smooth_path, alpha_flag, pIccTransform, blend_type);
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 142 FX_BOOL strokeColor(OBJ_PROP_PARAMS);
314 JS_STATIC_PROP(strokeColor, Field);
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_view.mm 90 [[self strokeColor] set];
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGPath.cpp 75 context->setFillColor(context->strokeColor());
  /packages/apps/Launcher3/res/values/
attrs.xml 72 <attr name="strokeColor" format="color" />
  /packages/apps/Settings/res/values/
attrs.xml 94 <attr name="strokeColor" format="color" />
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 41 void updateGraphicsContext(GraphicsContext*, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace);
InlineTextBox.cpp 348 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float strokeThickness)
363 if (strokeColor != context->strokeColor())
364 context->setStrokeColor(strokeColor);
    [all...]
  /packages/apps/Launcher2/res/values/
attrs.xml 83 <attr name="strokeColor" format="color" />
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 126 * <dt><code>android:strokeColor</code></dt>
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
CircleOptions.html 1199 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/CircleOptions.html#strokeColor(int)">strokeColor</a></span>(int color)</nobr>
    [all...]
PolygonOptions.html     [all...]
Circle.html 851 .strokeColor(Color.RED)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 128 Color strokeColor() const { return immutableState()->strokeData().color(); }
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.R.attr.html     [all...]
  /frameworks/base/docs/html/sdk/api_diff/preview-21/changes/
android.R.attr.html     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 70 JS_STATIC_PROP_ENTRY(strokeColor)
    [all...]

Completed in 1152 milliseconds

1 23 4