/external/skia/src/gpu/ |
GrPathRendering.h | 119 * the outlines. 122 * if the glyph outlines contain baked-in strokes from the font 124 * outlines.
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftadvanc.h | 46 * glyph outlines, if possible. 50 * without handling glyph outlines, if possible. 134 /* Retrieve the advance values of several glyph outlines in an */
|
/external/fonttools/Lib/fontTools/pens/ |
basePen.py | 5 A Pen is a kind of object that standardizes the way how to "draw" outlines: 7 it is an abstraction for drawing outlines, making sure that outline objects 9 that drawings don't need to know the details of how outlines are stored. 15 Pens can be used to render outlines to the screen, but also to construct 16 new outlines. Eg. an outline object can be both a drawable object (it has a 27 draw (for example a pen renders outlines using a native graphics engine). 92 seen feature of TrueType outlines).
|
/external/deqp/modules/gles2/functional/ |
es2fRasterizationTests.cpp | 301 virtual void generateLines (int iteration, std::vector<tcu::Vec4>& outData, std::vector<LineSceneSpec::SceneLine>& outLines) = DE_NULL; 760 void generateLines (int iteration, std::vector<tcu::Vec4>& outData, std::vector<LineSceneSpec::SceneLine>& outLines); 768 void LinesCase::generateLines (int iteration, std::vector<tcu::Vec4>& outData, std::vector<LineSceneSpec::SceneLine>& outLines) 803 outLines.resize(3); 804 outLines[0].positions[0] = outData[0]; 805 outLines[0].positions[1] = outData[1]; 806 outLines[1].positions[0] = outData[2]; 807 outLines[1].positions[1] = outData[3]; 808 outLines[2].positions[0] = outData[4]; 809 outLines[2].positions[1] = outData[5] [all...] |
/external/deqp/modules/gles3/functional/ |
es3fRasterizationTests.cpp | 506 virtual void generateLines (int iteration, std::vector<tcu::Vec4>& outData, std::vector<LineSceneSpec::SceneLine>& outLines) = DE_NULL; [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_h_h_e_a.py | 69 # No glyph has outlines.
|
/external/freetype/src/pshinter/ |
pshrec.h | 25 /* by the `optimizer' and `fitter' to adjust the outlines to the pixel */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/ |
pshrec.h | 25 /* by the `optimizer' and `fitter' to adjust the outlines to the pixel */
|
/external/pdfium/core/src/fpdfdoc/ |
doc_bookmark.cpp | 15 CPDF_Dictionary* pRoot = m_pDocument->GetRoot()->GetDict("Outlines");
|
/external/pdfium/third_party/freetype/src/pshinter/ |
pshrec.h | 25 /* by the `optimizer' and `fitter' to adjust the outlines to the pixel */
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
ExpandableOutlineView.java | 120 // Outlines need to be at least 1 dp
|
/docs/source.android.com/src/devices/tech/admin/ |
enterprise-telephony.jd | 28 This document outlines the changes made to the telephony-related parts of the 31 telephony changes. In addition, this document outlines the changes that OEMs
|
/external/sfntly/cpp/src/sfntly/ |
tag.h | 53 // opentype bitmap glyph outlines
|
/frameworks/base/docs/html-intl/intl/ja/training/material/ |
shadows-clipping.jd | 77 <strong>Outlines</strong> ??????? ???????????????? ??????????????????????????
|
/packages/apps/Launcher2/res/values/ |
config.xml | 47 <!-- The duration (in ms) of the fade animation on the object outlines, used when
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewIconCache.java | 31 * Simple cache mechanism for PagedView outlines.
|
/external/harfbuzz_ng/src/ |
hb-open-file-private.hh | 206 static const hb_tag_t CFFTag = HB_TAG ('O','T','T','O'); /* OpenType with Postscript outlines */ 207 static const hb_tag_t TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ); /* OpenType with TrueType outlines */
|
main.cc | 72 printf ("OpenType font with TrueType outlines\n"); 75 printf ("OpenType font with CFF (Type1) outlines\n");
|
/frameworks/base/graphics/java/android/graphics/ |
Outline.java | 99 * Outlines are empty when constructed, or if {@link #setEmpty()} is called, 112 * Currently, only Outlines that can be represented as a rectangle, circle,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/ |
ft2-glyph_stroker.html | 126 <p>This component generates stroked outlines of a given vectorial glyph. It also allows you to retrieve the ‘outside’ and/or the ‘inside’ borders of the stroke.</p> 260 <p>The border index. <a href="ft2-glyph_stroker.html#FT_StrokerBorder">FT_STROKER_BORDER_RIGHT</a> for empty or invalid outlines.</p> 283 <p>The border index. <a href="ft2-glyph_stroker.html#FT_StrokerBorder">FT_STROKER_BORDER_LEFT</a> for empty or invalid outlines.</p> 490 <p>If ‘opened’ is 0 (the default), the outline is treated as a closed path, and the stroker generates two distinct ‘border’ outlines.</p> [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/ |
ftrandom.c | 541 fprintf( out, " --check-outlines Make sure we can parse the outlines of each glyph.\n" ); 581 else if ( strcmp( pt, "-check-outlines" ) == 0 )
|
/external/freetype/src/sfnt/ |
sfobjs.c | 997 /* it doesn't contain outlines. */ 1002 /* do we have outlines in there? */ 1021 /* if this font doesn't contain outlines, we try to load */ [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Options.h | 198 // Color to use when drawing object outlines 236 // Pattern image to use for stroked outlines
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_cors.py | 209 outlines = stderr.splitlines() 210 for line in outlines:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 111 XkbOutlinePtr outlines; member in struct:_XkbShape 116 #define XkbOutlineIndex(s,o) ((int)((o)-&(s)->outlines[0]))
|