/prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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...] |
/external/freetype/src/truetype/ |
ttgxvar.c | [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 377 FT_Outline* outline = &face->glyph->outline; local 390 FT_Outline_Translate(outline, dx, dy); 465 FT_Outline_Get_CBox(outline, &bbox); 474 FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63), 484 FT_Outline_Get_Bitmap(face->glyph->library, outline, &target); 669 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path);
|
/external/skqp/src/ports/ |
SkFontHost_FreeType_common.cpp | 377 FT_Outline* outline = &face->glyph->outline; local 390 FT_Outline_Translate(outline, dx, dy); 465 FT_Outline_Get_CBox(outline, &bbox); 474 FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63), 484 FT_Outline_Get_Bitmap(face->glyph->library, outline, &target); 669 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path);
|
/frameworks/base/core/java/android/widget/ |
Magnifier.java | 29 import android.graphics.Outline; 545 final Outline outline = new Outline(); local 546 outline.setRoundRect(0, 0, mContentWidth, mContentHeight, cornerRadius); 547 outline.setAlpha(1.0f); 548 bitmapRenderNode.setOutline(outline); [all...] |
/external/clang/test/CodeGenCXX/ |
vtable-available-externally.cpp | 188 // All virtual functions are outline, so we can assume that it will 228 // Because B has outline all virtual functions, we can refer to them. 235 // C's key function (car) is outline, but C has inline virtual function so we
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Montage.h | 68 // Outline color
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
LineAndPointFormatter.java | 27 * Defines the visual aesthetics of an XYSeries; outline color and width, fill style,
|
/external/expat/examples/ |
outline.c | 2 outline on standard output.
|
/external/freetype/src/cache/ |
ftcmanag.h | 32 /* containing a vector outline, or some glyph metrics, or anything */
|
/external/freetype/src/pfr/ |
pfrdrivr.c | 42 /* convert from metrics to outline units when necessary */
|
/external/freetype/src/psaux/ |
psglue.h | 64 /* elements of a glyph outline */
|
/external/sfntly/ |
README.md | 11 Using sfntly you can read and extract any of the tables in a font. The tables are the individual data structures within the font for each of the features and functionality: glyph outlines, character maps, kerning, meta data, etc. If you look over the OpenType and TrueType specs, you will see a number of categories of tables. sfntly currently supports all of the required tables, the TrueType outline tables, bitmap glyph tables, and a couple of the other miscellaneous tables. This level of support provides for many of the needs developers have related to the informational reading of font data. It also covers a lot of the editing needs.
|
/external/skia/site/dev/contrib/ |
index.md | 33 For background on the project and an outline of the types of roles interested parties
|
/external/skia/src/sfnt/ |
SkOTTable_head.h | 98 Outline,
|
/external/skqp/gm/ |
shadowutils.cpp | 91 // Draw the path outline in green on top of the ambient and spot shadows.
|
/external/skqp/site/dev/contrib/ |
index.md | 33 For background on the project and an outline of the types of roles interested parties
|
/external/skqp/src/sfnt/ |
SkOTTable_head.h | 98 Outline,
|
/frameworks/base/core/java/android/view/ |
ViewAnimationUtils.java | 36 * {@link View#setClipToOutline(boolean) View Outline clipping}.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
InsetDrawable.java | 31 import android.graphics.Outline; 305 public void getOutline(@NonNull Outline outline) { 306 getDrawable().getOutline(outline);
|
/frameworks/base/libs/hwui/ |
RenderProperties.h | 21 #include "Outline.h" 481 const Outline& getOutline() const { return mPrimitiveFields.mOutline; } 491 Outline& mutableOutline() { return mPrimitiveFields.mOutline; } 566 Outline mOutline;
|
/packages/apps/Launcher2/res/values/ |
config.xml | 51 <!-- The alpha value at which to show the most recent drop visualization outline. -->
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
ArrowPopup.java | 28 import android.graphics.Outline; 88 public void getOutline(View view, Outline outline) { 89 outline.setRoundRect(0, 0, view.getWidth(), view.getHeight(), mOutlineRadius);
|
/packages/apps/TvSettings/Settings/res/values-en-rAU/ |
arrays.xml | 54 <item msgid="7663488423233018922">"Outline"</item>
|