/external/freetype/include/internal/ |
psaux.h | 521 /* A structure used during glyph loading to store its outline. */ 532 /* base :: The base glyph outline. */ 534 /* current :: The current glyph outline. */ 536 /* max_points :: maximum points in builder outline */ 538 /* max_contours :: Maximum number of contours in builder outline. */ [all...] |
/external/freetype/src/cff/ |
cffdrivr.c | 138 /* glyph loading process (e.g., whether the outline */ 140 /* whether to hint the outline, etc). */ 161 /* check whether we want a scaled outline or bitmap */ 176 /* now load the glyph outline if necessary */ 180 /* slot->outline.dropout_mode = 2; */
|
cf2glue.h | 64 /* elements of a glyph outline */
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
psaux.h | 521 /* A structure used during glyph loading to store its outline. */ 532 /* base :: The base glyph outline. */ 534 /* current :: The current glyph outline. */ 536 /* max_points :: maximum points in builder outline */ 538 /* max_contours :: Maximum number of contours in builder outline. */ [all...] |
/external/pdfium/third_party/freetype/src/cff/ |
cffdrivr.c | 138 /* glyph loading process (e.g., whether the outline */ 140 /* whether to hint the outline, etc). */ 161 /* check whether we want a scaled outline or bitmap */ 176 /* now load the glyph outline if necessary */ 180 /* slot->outline.dropout_mode = 2; */
|
cf2glue.h | 64 /* elements of a glyph outline */
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
DrawableWrapper.java | 35 import android.graphics.Outline; 363 public void getOutline(@NonNull Outline outline) { 365 mDrawable.getOutline(outline); 367 super.getOutline(outline);
|
ShapeDrawable.java | 25 import android.graphics.Outline; 481 public void getOutline(Outline outline) { 483 mShapeState.mShape.getOutline(outline); 484 outline.setAlpha(getAlpha() / 255.0f);
|
/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...] |
/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/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
|
/frameworks/base/libs/hwui/ |
Snapshot.h | 32 #include "Outline.h" 40 * Temporary structure holding information for a single outline clip. 200 * Sets (and replaces) the current clipping outline
|
RenderProperties.h | 23 #include "Outline.h" 564 const Outline& getOutline() const { 580 Outline& mutableOutline() { 648 Outline mOutline;
|
/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/chromium-trace/catapult/dashboard/dashboard/static/ |
base.css | 109 outline: none;
|
/external/chromium-trace/catapult/third_party/polymer/components/core-input/ |
core-input.html | 51 outline: none;
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-item/ |
paper-item.html | 60 outline: none;
|
/external/dbus/doc/ |
system-activation.txt | 9 In the next few paragraphs I will outline a simpler setuid approach for
|
/external/freetype/src/cache/ |
ftcmanag.h | 32 /* containing a vector outline, or some glyph metrics, or anything */
|
/external/opencv3/samples/cpp/ |
watershed.cpp | 24 "\t (before that, roughly outline several markers on the image)\n";
|
/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 | 99 Outline,
|
/frameworks/base/core/java/android/view/ |
ViewAnimationUtils.java | 36 * {@link View#setClipToOutline(boolean) View Outline clipping}.
|