/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
mozilla | 44 -moz-outline-radius 45 -moz-outline-radius-bottomleft 46 -moz-outline-radius-bottomright 47 -moz-outline-radius-topleft 48 -moz-outline-radius-topright 201 outline 202 outline-color 203 outline-offset 204 outline-style 205 outline-widt [all...] |
/external/freetype/src/psaux/ |
psobjs.c | 1549 FT_Outline* outline = builder->current; local 1587 FT_Outline* outline = builder->current; local 1647 FT_Outline* outline = builder->current; local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/ |
popup.css | 44 outline: 1px dotted rgb(100,100,200);
|
/external/expat/bcb5/ |
outline.bpr | 6 <PROJECT value="Release\outline.exe"/> 7 <OBJFILES value="Release\obj\examples\outline.obj"/> 29 <MAINSOURCE value="outline.bpf"/> 104 Item1=Release\obj\outline
|
/external/expat/lib/ |
Makefile.MPW | 12 # versions of the expat library as well as the elements.c and outline.c 54 "{ToolDir}outline.c" 66 OutlineToolObjFile = "{ObjDir}outline.c.o" 98 OutlineTool = "{ToolDir}outline" 180 "{ObjDir}outline.c.o" ? "{ToolDir}outline.c"
|
/external/freetype/include/freetype/ |
ftimage.h | 89 /* A structure used to hold an outline's bounding box, i.e., the */ 338 /* This structure is used to describe an outline to the scan-line */ 342 /* n_contours :: The number of contours in the outline. */ 344 /* n_points :: The number of points in the outline. */ 347 /* elements, giving the outline's point coordinates. */ 350 /* each outline point's type. */ 368 /* point of each contour within the outline. For */ 373 /* flags :: A set of bit flags used to characterize the outline */ 388 FT_Vector* points; /* the outline's points */ 392 int flags; /* outline masks * [all...] |
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...] |
ftpfr.h | 58 * Return the outline and metrics resolutions of a given PFR face. 65 * Outline resolution. This is equivalent to `face->units_per_EM' 123 * mode, which always returns distances converted to outline units.
|
/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 */ 344 FT_Outline outline; member in struct:TWorker_ 411 /* Compute the outline bounding box. */ 416 FT_Outline* outline = &ras.outline; local 417 FT_Vector* vec = outline->points; 418 FT_Vector* limit = vec + outline->n_points; 421 if ( outline->n_points <= 0 ) 1858 const FT_Outline* outline = (const FT_Outline*)params->source; local [all...] |
/packages/apps/Launcher2/res/values/ |
attrs.xml | 75 <!-- The color of the stroke outline --> 92 <!-- The blur color of the holographic outline --> 94 <!-- The outline color of the holographic outline --> 101 <!-- The blur color of the holographic outline --> 103 <!-- The outline color of the holographic outline -->
|
/external/freetype/src/cff/ |
cffgload.c | 266 builder->base = &loader->base.outline; 267 builder->current = &loader->current.outline; 313 glyph->root.outline = *builder->base; 479 FT_Outline* outline = builder->current; local 484 FT_Vector* point = outline->points + outline->n_points; 485 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; 493 outline->n_points++; 518 FT_Outline* outline = builder->current local 568 FT_Outline* outline = builder->current; local [all...] |
cffgload.h | 42 /* A structure used during glyph loading to store its outline. */ 53 /* base :: The base glyph outline. */ 55 /* current :: The current glyph outline. */
|
/external/freetype/src/base/ |
ftstroke.c | 31 FT_Outline_GetInsideBorder( FT_Outline* outline ) 33 FT_Orientation o = FT_Outline_Get_Orientation( outline ); 44 FT_Outline_GetOutsideBorder( FT_Outline* outline ) 46 FT_Orientation o = FT_Outline_Get_Orientation( outline ); 702 FT_Outline* outline ) 705 FT_ARRAY_COPY( outline->points + outline->n_points, 713 FT_Byte* write = (FT_Byte*)outline->tags + outline->n_points; 731 FT_Short* write = outline->contours + outline->n_contours 2289 FT_Outline* outline = &oglyph->outline; local 2366 FT_Outline* outline = &oglyph->outline; local [all...] |
ftbbox.c | 21 /* This component has a _single_ role: to compute exact outline bounding */ 574 FT_Outline_Get_BBox( FT_Outline* outline, 586 if ( !outline ) 589 /* if outline is empty, return (0,0,0,0) */ 590 if ( outline->n_points == 0 || outline->n_contours <= 0 ) 598 /* all `on' points in the outline. Then, if the two boxes */ 601 vec = outline->points; 606 for ( n = 1; n < outline->n_points; n++ ) 619 if ( FT_CURVE_TAG( outline->tags[n] ) == FT_CURVE_TAG_ON [all...] |
/external/freetype/include/freetype/internal/ |
pshints.h | 277 * corresponding glyph outline. Must be called once all hints have been 284 * outline :: 285 * A pointer to the target outline descriptor. 297 * On input, all points within the outline are in font coordinates. On 306 FT_Outline* outline, 339 * The function to apply the hints to the corresponding glyph outline. 591 * corresponding glyph outline. Must be called after the `close' 598 * outline :: 599 * A pointer to the target outline descriptor. 611 * On input, all points within the outline are in font coordinates. O [all...] |
/external/harfbuzz/contrib/ |
harfbuzz-freetype.c | 81 *n_points = face->glyph->outline.n_points; 88 *xpos = face->glyph->outline.points[point].x; 89 *ypos = face->glyph->outline.points[point].y;
|
/external/icu4c/samples/layout/ |
GnomeFontInstance.cpp | 168 if (pointNumber >= fFace->glyph->outline.n_points) { 172 point.fX = fFace->glyph->outline.points[pointNumber].x >> 6; 173 point.fY = fFace->glyph->outline.points[pointNumber].y >> 6;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
MediaLayer.cpp | 74 // when the plugin gains focus webkit applies an outline to the 76 // outline. Therefore, we shrink the rect by the outline's dimensions
|
/external/expat/ |
Makefile.in | 53 all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline 58 cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs 152 examples/outline.o: examples/outline.c 153 examples/outline: examples/outline.o $(LIBRARY)
|
/sdk/rule_api/src/com/android/ide/common/api/ |
IGraphics.java | 67 * Draws a rectangle outline between 2 points, using the current foreground 73 * Draws a rectangle outline between 2 points, using the current foreground 79 * Draws a rectangle outline between 2 points, using the current foreground 85 * Fills a rectangle outline between 2 points, using the current background 91 * Fills a rectangle outline between 2 points, using the current background 97 * Fills a rectangle outline between 2 points, using the current background
|
/external/expat/examples/ |
outline.c | 2 * outline.c 20 * outline on standard output.
|
/external/freetype/src/autofit/ |
afindic.c | 83 FT_Outline* outline, 87 return af_cjk_hints_apply( hints, outline, metrics );
|
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...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
HolographicViewHelper.java | 45 Bitmap outline = createPressImage(v, mTempCanvas); local 46 FastBitmapDrawable d = new FastBitmapDrawable(outline);
|
/sdk/eclipse/scripts/ |
gen_icon.py | 53 fill=data.circle_color, outline=None) 56 fill=None, outline=data.border_color)
|