HomeSort by relevance Sort by last modified time
    Searched refs:outline (Results 26 - 50 of 89) sorted by null

12 3 4

  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 47 Bitmap outline = createPressImage(v, mTempCanvas); local
49 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline);
  /sdk/eclipse/scripts/
gen_icon.py 53 fill=data.circle_color, outline=None)
56 fill=None, outline=data.border_color)
  /external/freetype/src/smooth/
ftgrays.c 48 /* coverage of the outline on each pixel cell. */
72 /* - It performs a single pass on the outline (the `standard' FT2 */
354 FT_Outline outline; member in struct:gray_TWorker_
421 /* Compute the outline bounding box. */
426 FT_Outline* outline = &ras.outline; local
427 FT_Vector* vec = outline->points;
428 FT_Vector* limit = vec + outline->n_points;
431 if ( outline->n_points <= 0 )
1868 const FT_Outline* outline = (const FT_Outline*)params->source; local
    [all...]
  /external/freetype/include/freetype/
ftglyph.h 63 /* bitmap, a vector outline, or even images in other formats. */
176 /* A handle to an object used to model an outline glyph image. This */
188 /* A structure used for outline (vectorial) glyph images. This */
194 /* outline :: A descriptor for the outline. */
199 /* the outline's content easily. */
201 /* As the outline is extracted from a glyph slot, its coordinates are */
205 /* The outline's tables are always owned by the object and are */
211 FT_Outline outline; member in struct:FT_OutlineGlyphRec_
358 /* outline's points, including Bézier control points. Though it *
    [all...]
  /external/freetype/src/autofit/
afcjk.h 120 FT_Outline* outline,
afhints.c 568 /* in a source outline. */
572 FT_Outline* outline )
593 new_max = (FT_UInt)outline->n_contours;
610 new_max = (FT_UInt)( outline->n_points + 2 );
622 hints->num_points = outline->n_points;
623 hints->num_contours = outline->n_contours;
632 if ( FT_Outline_Get_Orientation( outline ) == FT_ORIENTATION_POSTSCRIPT )
657 FT_Vector* vec = outline->points;
658 char* tag = outline->tags;
659 AF_Point end = points + outline->contours[0]
    [all...]
afhints.h 29 * The definition of outline glyph hints. These are shared by all
71 * find segments in an outline. A segment is a series of consecutive
190 * Other points in the outline must be interpolated using the
228 /* all inflection points in the outline have this flag set */
424 FT_Outline* outline );
428 FT_Outline* outline );
aftypes.h 222 * scaled glyph outline according to the results of the glyph
279 FT_Outline* outline,
aflatin.c 81 if ( error || face->glyph->outline.n_points <= 0 )
99 error = af_glyph_hints_reload( hints, &face->glyph->outline );
238 if ( error || glyph->outline.n_points <= 0 )
242 points = glyph->outline.points;
255 nn < glyph->outline.n_contours;
262 last = glyph->outline.contours[nn];
266 /* which are way outside of the glyph's real outline. */
340 FT_CURVE_TAG( glyph->outline.tags[prev] ) != FT_CURVE_TAG_ON ||
341 FT_CURVE_TAG( glyph->outline.tags[next] ) != FT_CURVE_TAG_ON );
    [all...]
  /external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp 54 const char* const DeleteButtonController::outlineElementIdentifier = "WebKit-Editing-Delete-Outline";
204 RefPtr<HTMLDivElement> outline = HTMLDivElement::create(m_target->document()); local
205 outline->setIdAttribute(outlineElementIdentifier);
210 style = outline->getInlineStyleDecl();
222 container->appendChild(outline.get(), ec);
255 m_outlineElement = outline.release();
  /external/expat/
Makefile 54 all: $(LIBRARY) expat.pc xmlwf/xmlwf examples/elements examples/outline
59 cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
159 examples/outline.o: examples/outline.c
160 examples/outline: examples/outline.o $(LIBRARY)
Makefile.in 54 all: $(LIBRARY) expat.pc xmlwf/xmlwf@EXEEXT@ examples/elements examples/outline
59 cd examples && rm -f elements outline *.@OBJEXT@ *.lo && rm -rf .libs _libs
159 examples/outline.@OBJEXT@: examples/outline.c
160 examples/outline: examples/outline.@OBJEXT@ $(LIBRARY)
  /external/expat/bcb5/
outline.mak 16 PROJECT = Release\outline.exe
17 OBJFILES = Release\obj\examples\outline.obj
19 MAINSOURCE = outline.bpf
  /external/webkit/Source/WebCore/css/
wml.css 237 outline: auto 5px -webkit-focus-ring-color
242 outline: none
246 outline-offset: -2px
CSSPropertyNames.in 104 outline
105 outline-color
106 outline-offset
107 outline-style
108 outline-width
  /external/freetype/src/raster/
ftraster.c 75 /* Converting an outline into a bitmap is achieved in several steps: */
77 /* 1 - Decomposing the outline into successive `profiles'. Each */
95 /* The outline data is parsed during step 1 only. The profiles are */
113 /* a change of direction is detected in the outline, a new profile is */
114 /* generated until the end of the outline. */
473 Int numTurns; /* number of Y-turns in outline */
499 FT_Outline outline; member in struct:black_TWorker_
3545 const FT_Outline* outline = (const FT_Outline*)params->source; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 66 // hand-tuned value to reduce outline embolden strength
180 void emboldenOutline(FT_Outline* outline);
372 FT_Outline_Get_CBox(&face->glyph->outline, bbox);
917 void SkScalerContext_FreeType::emboldenOutline(FT_Outline* outline) {
921 FT_Outline_Embolden(outline, strength);
1387 FT_Outline* outline = &fFace->glyph->outline; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1183 /* load outline point coordinates into hinter glyph */
1188 FT_Vector* vec = glyph->outline->points;
    [all...]
pshalgo.h 212 FT_Outline* outline; member in struct:PSH_GlyphRec_
244 FT_Outline* outline,
  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 36 int inline, outline; variable
761 fprintf (stderr, "In line: %d, out line: %d\n", inline, outline);
971 outline++;
1029 outline = 3;
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 36 int inline, outline; variable
761 fprintf (stderr, "In line: %d, out line: %d\n", inline, outline);
971 outline++;
1029 outline = 3;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 117 outline: none;
  /external/freetype/include/freetype/internal/
fttrace.h 32 FT_TRACE_DEF( outline ) /* outline management (ftoutln.c) */
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 343 // the focus' outline so that our UI thread can draw accordingly.
347 int outline = box->view()->maximalOutlineSize(); local
348 static_cast<MediaLayer*>(m_contentLayer)->setOutlineSize(outline);
349 ALOGV("Media Outline: %d %p %p %p", outline, m_client, layer, box);
704 int outline = box->view()->maximalOutlineSize(); local
710 contentsRect.inflate(outline);
731 // absoluteBoundingBoxRect does not include the outline so we need
733 int x = box->borderLeft() + outline;
734 int y = box->borderTop() + outline;
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 54 outline: none;
58 outline: auto 5px -webkit-focus-ring-color;
827 .console-group-messages .outline-disclosure {
831 .console-group-messages .outline-disclosure > ol {
835 .console-group-messages .outline-disclosure, .console-group-messages .outline-disclosure ol {
840 .console-group-messages .outline-disclosure.single-node li {
844 .console-group-messages .outline-disclosure li .selection {
1120 .outline-disclosure li.hovered:not(.selected) .selection {
1128 .outline-disclosure li.highlighted .highlight
    [all...]

Completed in 844 milliseconds

12 3 4