/prebuilts/build-tools/common/bison/ |
README | 1 -*- outline -*-
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SwtDrawingStyle.java | 80 * The style definition corresponding to {@link DrawingStyle#OUTLINE} 82 OUTLINE(new RGB(0x88, 0xFF, 0x88), 160, SWT.LINE_SOLID), 265 case OUTLINE: 266 return OUTLINE;
|
/system/bt/tools/scripts/ |
change_types.sh | 15 # branches. Follow this workflow outline:
|
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/ |
jaxb-xjc-2.2.11-sources.jar | |
/external/ImageMagick/www/Magick++/ |
TypeMetric.html | 44 <p><font size="2">Returns the distance in pixels from the text baseline to the highest/upper grid coordinate used to place an outline point. Always a positive value.</font></p></td></tr> 55 <p><font size="2">Returns the the distance in pixels from the baseline to the lowest grid coordinate used to place an outline point. Always a negative value.</font></p></td></tr>
|
/external/expat/ |
Makefile.am | 58 examples/outline.vcxproj \ 59 examples/outline.vcxproj.filters \
|
/external/freetype/include/freetype/ |
ftadvanc.h | 77 /* and hinting of the glyph outline, are extremely slow by */ 89 /* Retrieve the advance value of a given glyph outline in an */
|
/external/freetype/src/pshinter/ |
pshalgo.h | 198 FT_Outline* outline; member in struct:PSH_GlyphRec_ 230 FT_Outline* outline,
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
parser.h | 78 OUTLINE = 35, 144 #define OUTLINE 35
|
/external/python/cpython2/Lib/plat-mac/Carbon/ |
QuickDraw.py | 9 outline = 8 variable 186 outline = 8 variable
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 175 'outline' : 'outl', # Outline
|
/frameworks/base/core/tests/coretests/assets/fonts/ |
underlineTestFont.ttx | 130 <TTGlyph name=".notdef"/><!-- contains no outline data --> 132 <TTGlyph name="a"/><!-- contains no outline data -->
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskView.java | 25 import android.graphics.Outline; 209 /* Create an outline provider to clip and outline the view */ 229 public void getOutline(View view, Outline outline) { 230 // Set the outline to match the FAB background 231 outline.setOval(0, 0, mActionButtonView.getWidth(), mActionButtonView.getHeight()); 232 outline.setAlpha(0.35f);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
HolographicOutlineHelper.java | 93 * Applies a more expensive and accurate outline to whatever is currently drawn in a specified 187 // draw the bright outline
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/ |
QuickDraw.py | 9 outline = 8 variable 186 outline = 8 variable
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 175 'outline' : 'outl', # Outline
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftadvanc.h | 77 /* and hinting of the glyph outline, are extremely slow by */ 89 /* Retrieve the advance value of a given glyph outline in an */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
QuickDraw.py | 9 outline = 8 variable 186 outline = 8 variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 175 'outline' : 'outl', # Outline
|
/frameworks/base/core/java/android/view/ |
NotificationHeaderView.java | 26 import android.graphics.Outline; 76 public void getOutline(View view, Outline outline) { 78 outline.setRect(0, 0, getWidth(), getHeight()); 79 outline.setAlpha(1f);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
DrawableWrapper.java | 34 import android.graphics.Outline; 377 public void getOutline(@NonNull Outline outline) { 379 mDrawable.getOutline(outline); 381 super.getOutline(outline);
|
ShapeDrawable.java | 29 import android.graphics.Outline; 502 public void getOutline(Outline outline) { 504 mShapeState.mShape.getOutline(outline); 505 outline.setAlpha(getAlpha() / 255.0f);
|
/external/python/cpython2/Lib/lib-tk/ |
turtle.py | 521 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="") 524 outline=None, width=None, top=False): 529 outline is outline color 541 if outline is not None: 542 self.cv.itemconfigure(polyitem, outline=outline) 849 def addcomponent(self, poly, fill, outline=None): 854 outline is the outline color of the component [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
turtle.py | 521 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="") 524 outline=None, width=None, top=False): 529 outline is outline color 541 if outline is not None: 542 self.cv.itemconfigure(polyitem, outline=outline) 848 def addcomponent(self, poly, fill, outline=None): 853 outline is the outline color of the component [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
turtle.py | 521 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="") 524 outline=None, width=None, top=False): 529 outline is outline color 541 if outline is not None: 542 self.cv.itemconfigure(polyitem, outline=outline) 848 def addcomponent(self, poly, fill, outline=None): 853 outline is the outline color of the component [all...] |