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

  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java 97 int outlineColor, int thickness) {
98 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, true,
102 int outlineColor, boolean clipAlpha, int thickness) {
188 mHolographicPaint.setColor(outlineColor);
201 int outlineColor) {
202 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, EXTRA_THICK);
206 int outlineColor) {
207 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, THICK);
211 int outlineColor, boolean clipAlpha) {
212 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, clipAlpha
    [all...]
BubbleTextView.java 194 private Bitmap createGlowingOutline(Canvas canvas, int outlineColor, int glowColor) {
201 mOutlineHelper.applyExtraThickExpensiveOutlineWithBlur(b, canvas, glowColor, outlineColor);
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicOutlineHelper.java 85 int outlineColor) {
86 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, true);
89 int outlineColor, boolean clipAlpha) {
143 mDrawPaint.setColor(outlineColor);
Workspace.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 140 virtual void highlightRect(ErrorString*, int x, int y, int width, int height, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
141 virtual void highlightQuad(ErrorString*, const RefPtr<JSONArray>& quad, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
143 virtual void highlightFrame(ErrorString*, const String& frameId, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
252 void innerHighlightQuad(PassOwnPtr<FloatQuad>, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor);
InspectorDOMAgent.cpp     [all...]
InspectorOverlay.cpp 114 void drawOutlinedQuad(GraphicsContext* context, const FloatQuad& quad, const Color& fillColor, const Color& outlineColor)
127 context->setStrokeColor(outlineColor);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp     [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 184 return a.outlineColor().resolve(a.color()) == b.outlineColor().resolve(b.color())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 1725 milliseconds