Searched refs:outline (Results 1 - 25 of 271) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/resources/
H A Ddialog.css10 outline: medium auto rgb(80, 122, 213);
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftoutln.h88 /* 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. */
135 /* anoutline :: A handle to the new 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...]
H A Dftbbox.h21 /* 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/
H A Dftoutln.h88 /* 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. */
138 /* numContours :: The maximum number of contours 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...]
H A Dftbbox.h21 /* 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/
H A Dftoutln.h88 /* 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. */
135 /* anoutline :: A handle to the new 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...]
H A Dftbbox.h21 /* 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/
H A Dftoutln.h88 /* 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. */
135 /* anoutline :: A handle to the new 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...]
H A Dftbbox.h21 /* 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/
H A Dquad_view.css14 outline: none;
H A Dlist_view.css11 outline: none;
24 outline: 1px dotted rgba(0,0,0,0.1);
25 outline-offset: 0;
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_title.css16 outline: none; /* Remove outline from tabIndex = -1. */
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafdummy.c37 FT_Outline* outline )
40 FT_UNUSED( outline );
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DrequestHeadersView.css23 .request-headers-view .outline-disclosure > .parent {
28 .request-headers-view .outline-disclosure > .parent > .section {
32 .request-headers-view .outline-disclosure .children li {
36 .request-headers-view .outline-disclosure .caution {
42 .request-headers-view .outline-disclosure li.expanded .header-count {
46 .request-headers-view .outline-disclosure li .header-toggle {
50 .request-headers-view .outline-disclosure li .status-from-cache {
54 .request-headers-view .outline-disclosure li.expanded .header-toggle {
61 .request-headers-view .outline-disclosure li .header-toggle:hover {
66 .request-headers-view .outline
[all...]
H A DrevisionHistory.css29 .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/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c5 /* 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++ )
90 last = outline->contours[n];
93 limit = outline->points + last;
95 v_start = outline->points[first];
99 v_last = outline->points[last];
105 point = outline
468 FT_Outline_Get_CBox( const FT_Outline* outline, FT_BBox *acbox ) argument
518 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
703 FT_Outline_Transform( const FT_Outline* outline, const FT_Matrix* matrix ) argument
[all...]
H A Dftgloadr.c94 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/
H A Dftoutln.c5 /* 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++ )
90 last = outline->contours[n];
93 limit = outline->points + last;
95 v_start = outline->points[first];
99 v_last = outline->points[last];
105 point = outline
468 FT_Outline_Get_CBox( const FT_Outline* outline, FT_BBox *acbox ) argument
518 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
705 FT_Outline_Transform( const FT_Outline* outline, const FT_Matrix* matrix ) argument
[all...]
H A Dftgloadr.c94 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/
H A Dftoutln.c5 /* 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++ )
90 last = outline->contours[n];
93 limit = outline->points + last;
95 v_start = outline->points[first];
99 v_last = outline->points[last];
105 point = outline
468 FT_Outline_Get_CBox( const FT_Outline* outline, FT_BBox *acbox ) argument
518 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
703 FT_Outline_Transform( const FT_Outline* outline, const FT_Matrix* matrix ) argument
[all...]
H A Dftgloadr.c94 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/autofit/
H A Dafdummy.c42 FT_Outline* outline )
47 error = af_glyph_hints_reload( hints, outline );
49 af_glyph_hints_save( hints, outline );
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2ft.c51 * generally respond to `Glyph_Too_Big' by getting a glyph outline
81 cf2_setGlyphWidth( CF2_Outline outline, argument
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
174 CF2_Outline outline = (CF2_Outline)callbacks; local
208 cf2_outline_init( CF2_Outline outline, FT_Memory memory, FT_Error* error ) argument
[all...]
/external/freetype/src/cff/
H A Dcf2ft.c51 * generally respond to `Glyph_Too_Big' by getting a glyph outline
83 cf2_setGlyphWidth( CF2_Outline outline, argument
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
176 CF2_Outline outline = (CF2_Outline)callbacks; local
210 cf2_outline_init( CF2_Outline outline, FT_Memory memory, FT_Error* error ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2ft.c51 * generally respond to `Glyph_Too_Big' by getting a glyph outline
81 cf2_setGlyphWidth( CF2_Outline outline, argument
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
174 CF2_Outline outline = (CF2_Outline)callbacks; local
208 cf2_outline_init( CF2_Outline outline, FT_Memory memory, FT_Error* error ) argument
[all...]

Completed in 398 milliseconds

1234567891011