/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 383 mStrokePaint.setStyle(Paint.Style.STROKE); [all...] |
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
VectorDrawableCompat.java | [all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
XYPlot.java | 184 backgroundPaint.setStyle(Paint.Style.FILL);
[all...] |
/external/freetype/src/sfnt/ |
ttload.c | [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
ttload.c | [all...] |
/frameworks/base/media/java/android/media/session/ |
MediaSession.java | 460 * Set the style of rating used by this session. Apps trying to set the 461 * rating should use this style. Must be one of the following: 472 public void setRatingType(@Rating.Style int type) { [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
GalleryPicker.java | 673 pdpaint.setStyle(Paint.Style.FILL);
|
GridViewSpecial.java | [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
PieRenderer.java | 167 mFocusPaint.setStyle(Paint.Style.STROKE);
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
ImageUtils.java | 161 stroke.setStyle(Paint.Style.STROKE); [all...] |
/external/clang/include/clang/AST/ |
Decl.h | 718 CInit, ///< C-style initialization with assignment 719 CallInit, ///< Call-style initialization (C++98) [all...] |
/external/skia/src/device/xps/ |
SkXPSDevice.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 1479 const SkPaint::Style style = shaderPaint.getStyle(); local 2053 const SkPaint::Style style = paint.getStyle(); local [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 209 LogFontTypeface(const SkFontStyle& style, const LOGFONT& lf, bool serializeAsStream) 210 : SkTypeface(style, SkTypefaceCache::NewFontID(), false) 295 FontMemResourceTypeface(const SkFontStyle& style, const LOGFONT& lf, HANDLE fontMemResource) 296 : LogFontTypeface(style, lf, true), fFontMemResource(fontMemResource) [all...] |
/external/skia/src/utils/ |
SkLua.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 991 SkPaint::Style style; local 994 style = SkPaint::kStroke_Style; 996 style = SkPaint::kFill_Style; 998 get_obj<SkPaint>(L, 1)->setStyle(style); 2036 int style = SkTypeface::kNormal; local [all...] |
/prebuilts/devtools/tools/lib/ |
asset-studio.jar | |
/external/skia/tools/json/ |
SkJSONCanvas.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 282 SkPaint::Style style = paint.getStyle(); local 283 if (style != SkPaint::kFill_Style) { 284 switch (style) { [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 306 mPathPaint.setStyle(Paint.Style.STROKE); [all...] |
/frameworks/base/libs/hwui/ |
PathTessellator.cpp | 102 style(paint->getStyle()), cap(paint->getStrokeCap()), isAA(paint->isAntiAlias()), 123 SkPaint::Style style; member in struct:android::uirenderer::PaintInfo 732 if (paintInfo.style == SkPaint::kStroke_Style) { 743 bool forceClose = paintInfo.style != SkPaint::kStroke_Style; 761 if (paintInfo.style == SkPaint::kStroke_Style) { 777 // For kStrokeAndFill style, the path should be adjusted externally. [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
AccessibilityController.java | 697 mPaint.setStyle(Paint.Style.STROKE); [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Paint_Delegate.java | 731 /*package*/ static void nSetStyle(long native_object, int style) { 738 delegate.mStyle = style; [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
BugleNotifications.java | 43 import android.text.style.StyleSpan; 44 import android.text.style.TextAppearanceSpan; 465 final NotificationCompat.Style notifStyle = state.build(notifBuilder); 609 // we are notifying about multiple conversations. In that case, the Inbox-style summary [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winsplp.h | 424 DWORD Style; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
ttk.py | 6 TIP #48 (http://tip.tcl.tk/48) specified style engine. 22 "Separator", "Sizegrip", "Style", "Treeview", 155 """Formats a layout list so we can pass the result to ttk::style 156 layout and ttk::style settings. Note that the layout doesn't has to 214 script.append("ttk::style configure %s %s;" % (name, s)) 218 script.append("ttk::style map %s %s;" % (name, s)) 225 script.append("ttk::style layout %s {\n%s\n}" % (name, s)) 240 script.append("ttk::style element create %s %s %s %s" % ( 364 class Style(object): 365 """Manipulate style database."" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
ttk.py | 6 TIP #48 (http://tip.tcl.tk/48) specified style engine. 22 "Separator", "Sizegrip", "Style", "Treeview", 155 """Formats a layout list so we can pass the result to ttk::style 156 layout and ttk::style settings. Note that the layout doesn't has to 214 script.append("ttk::style configure %s %s;" % (name, s)) 218 script.append("ttk::style map %s %s;" % (name, s)) 225 script.append("ttk::style layout %s {\n%s\n}" % (name, s)) 240 script.append("ttk::style element create %s %s %s %s" % ( 364 class Style(object): 365 """Manipulate style database."" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 6 TIP #48 (http://tip.tcl.tk/48) specified style engine. 22 "Separator", "Sizegrip", "Style", "Treeview", 155 """Formats a layout list so we can pass the result to ttk::style 156 layout and ttk::style settings. Note that the layout doesn't has to 214 script.append("ttk::style configure %s %s;" % (name, s)) 218 script.append("ttk::style map %s %s;" % (name, s)) 225 script.append("ttk::style layout %s {\n%s\n}" % (name, s)) 240 script.append("ttk::style element create %s %s %s %s" % ( 364 class Style(object): 365 """Manipulate style database."" [all...] |