HomeSort by relevance Sort by last modified time
    Searched refs:outline (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/
dialog.css 10 outline: medium auto rgb(80, 122, 213);
  /frameworks/base/core/java/android/view/
ViewOutlineProvider.java 19 import android.graphics.Outline;
23 * Interface by which a View builds its {@link Outline}, used for shadow casting and clipping.
27 * Default outline provider for Views, which queries the Outline from the View's background,
28 * or generates a 0 alpha, rectangular Outline the size of the View if a background
31 * @see Drawable#getOutline(Outline)
35 public void getOutline(View view, Outline outline) {
38 background.getOutline(outline);
40 outline.setRect(0, 0, view.getWidth(), view.getHeight())
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftoutln.h 43 /* Outline Processing */
88 /* Walk over an outline's structure to decompose it into individual */
90 /* operations to indicate the start of new contours in the outline. */
93 /* outline :: A pointer to the source target. */
109 FT_Outline_Decompose( FT_Outline* outline,
120 /* Create a new outline of a given size. */
124 /* outline is allocated. Note however that the new */
125 /* outline will *not* necessarily be *freed*, when */
128 /* numPoints :: The maximum number of points within the outline. */
131 /* numContours :: The maximum number of contours within the outline. *
207 FT_Outline_Check( FT_Outline* outline ); variable
393 FT_Outline_Reverse( FT_Outline* outline ); variable
544 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
    [all...]
ftbbox.h 21 /* This component has a _single_ role: to compute exact outline bounding */
61 /* Compute the exact bounding box of an outline. This is slower */
64 /* coincide. Otherwise, the outline Bézier arcs are traversed to */
68 /* outline :: A pointer to the source outline. */
71 /* abbox :: The outline's exact bounding box. */
85 FT_Outline_Get_BBox( FT_Outline* outline,
  /external/freetype/include/
ftoutln.h 43 /* Outline Processing */
88 /* Walk over an outline's structure to decompose it into individual */
90 /* operations to indicate the start of new contours in the outline. */
93 /* outline :: A pointer to the source target. */
112 /* outline for stroking purposes (otherwise it would result in a */
116 FT_Outline_Decompose( FT_Outline* outline,
127 /* Create a new outline of a given size. */
131 /* outline is allocated. Note however that the new */
132 /* outline will *not* necessarily be *freed*, when */
135 /* numPoints :: The maximum number of points within the outline. *
214 FT_Outline_Check( FT_Outline* outline ); variable
403 FT_Outline_Reverse( FT_Outline* outline ); variable
556 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
    [all...]
ftbbox.h 21 /* This component has a _single_ role: to compute exact outline bounding */
61 /* Compute the exact bounding box of an outline. This is slower */
64 /* coincide. Otherwise, the outline Bézier arcs are traversed to */
68 /* outline :: A pointer to the source outline. */
71 /* abbox :: The outline's exact bounding box. */
85 FT_Outline_Get_BBox( FT_Outline* outline,
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftoutln.h 43 /* Outline Processing */
88 /* Walk over an outline's structure to decompose it into individual */
90 /* operations to indicate the start of new contours in the outline. */
93 /* outline :: A pointer to the source target. */
109 FT_Outline_Decompose( FT_Outline* outline,
120 /* Create a new outline of a given size. */
124 /* outline is allocated. Note however that the new */
125 /* outline will *not* necessarily be *freed*, when */
128 /* numPoints :: The maximum number of points within the outline. */
131 /* numContours :: The maximum number of contours within the outline. *
207 FT_Outline_Check( FT_Outline* outline ); variable
393 FT_Outline_Reverse( FT_Outline* outline ); variable
544 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
    [all...]
ftbbox.h 21 /* This component has a _single_ role: to compute exact outline bounding */
61 /* Compute the exact bounding box of an outline. This is slower */
64 /* coincide. Otherwise, the outline Bézier arcs are traversed to */
68 /* outline :: A pointer to the source outline. */
71 /* abbox :: The outline's exact bounding box. */
85 FT_Outline_Get_BBox( FT_Outline* outline,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftoutln.h 43 /* Outline Processing */
88 /* Walk over an outline's structure to decompose it into individual */
90 /* operations to indicate the start of new contours in the outline. */
93 /* outline :: A pointer to the source target. */
109 FT_Outline_Decompose( FT_Outline* outline,
120 /* Create a new outline of a given size. */
124 /* outline is allocated. Note however that the new */
125 /* outline will *not* necessarily be *freed*, when */
128 /* numPoints :: The maximum number of points within the outline. */
131 /* numContours :: The maximum number of contours within the outline. *
207 FT_Outline_Check( FT_Outline* outline ); variable
393 FT_Outline_Reverse( FT_Outline* outline ); variable
544 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
    [all...]
ftbbox.h 21 /* This component has a _single_ role: to compute exact outline bounding */
61 /* Compute the exact bounding box of an outline. This is slower */
64 /* coincide. Otherwise, the outline Bézier arcs are traversed to */
68 /* outline :: A pointer to the source outline. */
71 /* abbox :: The outline's exact bounding box. */
85 FT_Outline_Get_BBox( FT_Outline* outline,
  /external/chromium-trace/trace-viewer/src/ui/
quad_view.css 14 outline: none;
list_view.css 11 outline: none;
24 outline: 1px dotted rgba(0,0,0,0.1);
25 outline-offset: 0;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarBackgroundDrawableV21.java 3 import android.graphics.Outline;
14 public void getOutline(@NonNull Outline outline) {
17 mContainer.mSplitBackground.getOutline(outline);
22 mContainer.mBackground.getOutline(outline);
  /external/chromium_org/third_party/freetype/src/autofit/
afdummy.c 37 FT_Outline* outline )
40 FT_UNUSED( outline );
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 5 /* FreeType outline management (body). */
51 FT_Outline_Decompose( FT_Outline* outline,
68 FT_Int n; /* index of contour in outline */
76 if ( !outline || !func_interface )
83 for ( n = 0; n < outline->n_contours; n++ )
88 FT_TRACE5(( "FT_Outline_Decompose: Outline %d\n", n ));
90 last = outline->contours[n];
93 limit = outline->points + last;
95 v_start = outline->points[first];
99 v_last = outline->points[last]
    [all...]
ftgloadr.c 94 base->outline.n_points = 0;
95 base->outline.n_contours = 0;
110 FT_FREE( loader->base.outline.points );
111 FT_FREE( loader->base.outline.tags );
112 FT_FREE( loader->base.outline.contours );
141 /* re-adjust the `current' outline fields */
145 FT_Outline* base = &loader->base.outline;
146 FT_Outline* current = &loader->current.outline;
197 /* This function reallocates its outline tables if necessary. Note that */
207 FT_Outline* base = &loader->base.outline;
    [all...]
  /external/freetype/src/base/
ftoutln.c 5 /* FreeType outline management (body). */
51 FT_Outline_Decompose( FT_Outline* outline,
68 FT_Int n; /* index of contour in outline */
76 if ( !outline || !func_interface )
83 for ( n = 0; n < outline->n_contours; n++ )
88 FT_TRACE5(( "FT_Outline_Decompose: Outline %d\n", n ));
90 last = outline->contours[n];
93 limit = outline->points + last;
95 v_start = outline->points[first];
99 v_last = outline->points[last]
    [all...]
ftgloadr.c 94 base->outline.n_points = 0;
95 base->outline.n_contours = 0;
110 FT_FREE( loader->base.outline.points );
111 FT_FREE( loader->base.outline.tags );
112 FT_FREE( loader->base.outline.contours );
141 /* re-adjust the `current' outline fields */
145 FT_Outline* base = &loader->base.outline;
146 FT_Outline* current = &loader->current.outline;
197 /* This function reallocates its outline tables if necessary. Note that */
207 FT_Outline* base = &loader->base.outline;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftoutln.c 5 /* FreeType outline management (body). */
51 FT_Outline_Decompose( FT_Outline* outline,
68 FT_Int n; /* index of contour in outline */
76 if ( !outline || !func_interface )
83 for ( n = 0; n < outline->n_contours; n++ )
88 FT_TRACE5(( "FT_Outline_Decompose: Outline %d\n", n ));
90 last = outline->contours[n];
93 limit = outline->points + last;
95 v_start = outline->points[first];
99 v_last = outline->points[last]
    [all...]
ftgloadr.c 94 base->outline.n_points = 0;
95 base->outline.n_contours = 0;
110 FT_FREE( loader->base.outline.points );
111 FT_FREE( loader->base.outline.tags );
112 FT_FREE( loader->base.outline.contours );
141 /* re-adjust the `current' outline fields */
145 FT_Outline* base = &loader->base.outline;
146 FT_Outline* current = &loader->current.outline;
197 /* This function reallocates its outline tables if necessary. Note that */
207 FT_Outline* base = &loader->base.outline;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
revisionHistory.css 29 .outline-disclosure.revision-history-drawer {
34 .outline-disclosure.revision-history-drawer ol {
40 .outline-disclosure.revision-history-drawer > ol {
44 .outline-disclosure.revision-history-drawer li {
51 .outline-disclosure.revision-history-drawer li.parent {
66 .outline-disclosure.revision-history-drawer .revision-history-line {
  /external/freetype/src/autofit/
afdummy.c 42 FT_Outline* outline )
47 error = af_glyph_hints_reload( hints, outline );
49 af_glyph_hints_save( hints, outline );
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
OvalShape.java 20 import android.graphics.Outline;
40 public void getOutline(Outline outline) {
42 outline.setOval((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
  /external/chromium_org/third_party/freetype/src/cff/
cf2ft.c 51 * generally respond to `Glyph_Too_Big' by getting a glyph outline
81 cf2_setGlyphWidth( CF2_Outline outline,
84 CFF_Decoder* decoder = outline->decoder;
112 /* functions for handling client outline; */
122 CF2_Outline outline = (CF2_Outline)callbacks; local
128 FT_ASSERT( outline && outline->decoder );
131 builder = &outline->decoder->builder;
144 CF2_Outline outline = (CF2_Outline)callbacks; local
148 FT_ASSERT( outline && outline->decoder )
174 CF2_Outline outline = (CF2_Outline)callbacks; local
    [all...]
  /external/freetype/src/cff/
cf2ft.c 51 * generally respond to `Glyph_Too_Big' by getting a glyph outline
83 cf2_setGlyphWidth( CF2_Outline outline,
86 CFF_Decoder* decoder = outline->decoder;
114 /* functions for handling client outline; */
124 CF2_Outline outline = (CF2_Outline)callbacks; local
130 FT_ASSERT( outline && outline->decoder );
133 builder = &outline->decoder->builder;
146 CF2_Outline outline = (CF2_Outline)callbacks; local
150 FT_ASSERT( outline && outline->decoder )
176 CF2_Outline outline = (CF2_Outline)callbacks; local
    [all...]

Completed in 522 milliseconds

1 2 3 4 5 6 7 8 91011>>