HomeSort by relevance Sort by last modified time
    Searched full:outlines (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/chromium_org/native_client_sdk/src/tools/
fix_deps.py 64 outlines = [TAG_LINE]
71 outlines.append(line)
77 outlines.append('%s:\n' % dep)
80 for line in outlines:
  /external/skia/gm/
bigtext.cpp 13 * Skia may draw from outlines when the size is very large, so we exercise that
  /external/chromium_org/third_party/freetype/include/freetype/
ftstroke.h 42 * This component generates stroked outlines of a given vectorial
199 * outlines.
220 * outlines.
333 * path, and the stroker generates two distinct `border' outlines.
506 * outlines generated by the stroker.
527 * two independent `border' outlines, named `left' and `right'.
530 * the `border' outlines with caps. The `left' border receives all
573 * two independent `border' outlines, named `left' and `right'
576 * the `border' outlines with caps. The `left' border receives all
ftsynth.h 64 /* For emboldened outlines the height, width, and advance metrics are */
ftadvanc.h 46 * glyph outlines, if possible.
50 * without handling glyph outlines, if possible.
129 /* Retrieve the advance values of several glyph outlines in an */
ftttdrv.h 129 * and thus how outlines get hinted. It does *not* control how glyph
  /external/freetype/include/freetype/
ftstroke.h 42 * This component generates stroked outlines of a given vectorial
199 * outlines.
220 * outlines.
333 * path, and the stroker generates two distinct `border' outlines.
506 * outlines generated by the stroker.
527 * two independent `border' outlines, named `left' and `right'.
530 * the `border' outlines with caps. The `left' border receives all
573 * two independent `border' outlines, named `left' and `right'
576 * the `border' outlines with caps. The `left' border receives all
ftsynth.h 64 /* For emboldened outlines the height, width, and advance metrics are */
ftadvanc.h 46 * glyph outlines, if possible.
50 * without handling glyph outlines, if possible.
129 /* Retrieve the advance values of several glyph outlines in an */
ftttdrv.h 129 * and thus how outlines get hinted. It does *not* control how glyph
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 36 * Label provider for the XML outlines and quick outlines: Use our own icons,
  /external/v8/test/message/
testcfg.py 66 outlines = [ s for s in raw_lines if not self.IgnoreLine(s) ]
67 if len(outlines) != len(patterns):
70 if not re.match(patterns[i], outlines[i]):
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetFrame.java 86 // the outlines, we give that caller control, and nobody else can fade them out.
105 // drawable (ie. outlines).
251 * Because this view has fading outlines, it is essential that we enable hardware
252 * layers on the content (child) so that updating the alpha of the outlines doesn't
263 * Because this view has fading outlines, it is essential that we enable hardware
264 * layers on the content (child) so that updating the alpha of the outlines doesn't
  /external/chromium_org/third_party/freetype/src/pshinter/
pshrec.h 25 /* by the `optimizer' and `fitter' to adjust the outlines to the pixel */
  /external/freetype/src/pshinter/
pshrec.h 25 /* by the `optimizer' and `fitter' to adjust the outlines to the pixel */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-file-private.hh 200 static const hb_tag_t CFFTag = HB_TAG ('O','T','T','O'); /* OpenType with Postscript outlines */
201 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");
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 200 static const hb_tag_t CFFTag = HB_TAG ('O','T','T','O'); /* OpenType with Postscript outlines */
201 static const hb_tag_t TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ); /* OpenType with TrueType outlines */
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 121 ListHashSet<RenderInline*>* m_outlineObjects; // used to list outlines that should be painted by a block with inline children
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
tag.h 53 // opentype bitmap glyph outlines
  /external/llvm/include/llvm/Analysis/
PathProfileInfo.h 10 // This file outlines the interface used by optimizers to load path profiles.
  /external/sfntly/cpp/src/sfntly/
tag.h 53 // opentype bitmap glyph outlines
  /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.
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewIconCache.java 31 * Simple cache mechanism for PagedView outlines.

Completed in 1599 milliseconds

1 2 3 4 5