Home
last modified time | relevance | path

Searched refs:outline (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/external/chromium_org/third_party/freetype/src/base/
Dftoutln.c51 FT_Outline_Decompose( FT_Outline* outline, in FT_Outline_Decompose() argument
76 if ( !outline || !func_interface ) in FT_Outline_Decompose()
83 for ( n = 0; n < outline->n_contours; n++ ) in FT_Outline_Decompose()
90 last = outline->contours[n]; in FT_Outline_Decompose()
93 limit = outline->points + last; in FT_Outline_Decompose()
95 v_start = outline->points[first]; in FT_Outline_Decompose()
99 v_last = outline->points[last]; in FT_Outline_Decompose()
105 point = outline->points + first; in FT_Outline_Decompose()
106 tags = outline->tags + first; in FT_Outline_Decompose()
117 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON ) in FT_Outline_Decompose()
[all …]
Dftgloadr.c94 base->outline.n_points = 0; in FT_GlyphLoader_Rewind()
95 base->outline.n_contours = 0; in FT_GlyphLoader_Rewind()
110 FT_FREE( loader->base.outline.points ); in FT_GlyphLoader_Reset()
111 FT_FREE( loader->base.outline.tags ); in FT_GlyphLoader_Reset()
112 FT_FREE( loader->base.outline.contours ); in FT_GlyphLoader_Reset()
145 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_Adjust_Points()
146 FT_Outline* current = &loader->current.outline; in FT_GlyphLoader_Adjust_Points()
207 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_CheckPoints()
208 FT_Outline* current = &loader->current.outline; in FT_GlyphLoader_CheckPoints()
313 current->outline.n_points = 0; in FT_GlyphLoader_Prepare()
[all …]
/external/freetype/src/base/
Dftoutln.c51 FT_Outline_Decompose( FT_Outline* outline, in FT_Outline_Decompose() argument
76 if ( !outline || !func_interface ) in FT_Outline_Decompose()
83 for ( n = 0; n < outline->n_contours; n++ ) in FT_Outline_Decompose()
90 last = outline->contours[n]; in FT_Outline_Decompose()
93 limit = outline->points + last; in FT_Outline_Decompose()
95 v_start = outline->points[first]; in FT_Outline_Decompose()
99 v_last = outline->points[last]; in FT_Outline_Decompose()
105 point = outline->points + first; in FT_Outline_Decompose()
106 tags = outline->tags + first; in FT_Outline_Decompose()
117 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON ) in FT_Outline_Decompose()
[all …]
Dftgloadr.c94 base->outline.n_points = 0; in FT_GlyphLoader_Rewind()
95 base->outline.n_contours = 0; in FT_GlyphLoader_Rewind()
110 FT_FREE( loader->base.outline.points ); in FT_GlyphLoader_Reset()
111 FT_FREE( loader->base.outline.tags ); in FT_GlyphLoader_Reset()
112 FT_FREE( loader->base.outline.contours ); in FT_GlyphLoader_Reset()
145 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_Adjust_Points()
146 FT_Outline* current = &loader->current.outline; in FT_GlyphLoader_Adjust_Points()
207 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_CheckPoints()
208 FT_Outline* current = &loader->current.outline; in FT_GlyphLoader_CheckPoints()
316 current->outline.n_points = 0; in FT_GlyphLoader_Prepare()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftoutln.c51 FT_Outline_Decompose( FT_Outline* outline, in FT_Outline_Decompose() argument
76 if ( !outline || !func_interface ) in FT_Outline_Decompose()
83 for ( n = 0; n < outline->n_contours; n++ ) in FT_Outline_Decompose()
90 last = outline->contours[n]; in FT_Outline_Decompose()
93 limit = outline->points + last; in FT_Outline_Decompose()
95 v_start = outline->points[first]; in FT_Outline_Decompose()
99 v_last = outline->points[last]; in FT_Outline_Decompose()
105 point = outline->points + first; in FT_Outline_Decompose()
106 tags = outline->tags + first; in FT_Outline_Decompose()
117 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON ) in FT_Outline_Decompose()
[all …]
Dftgloadr.c94 base->outline.n_points = 0; in FT_GlyphLoader_Rewind()
95 base->outline.n_contours = 0; in FT_GlyphLoader_Rewind()
110 FT_FREE( loader->base.outline.points ); in FT_GlyphLoader_Reset()
111 FT_FREE( loader->base.outline.tags ); in FT_GlyphLoader_Reset()
112 FT_FREE( loader->base.outline.contours ); in FT_GlyphLoader_Reset()
145 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_Adjust_Points()
146 FT_Outline* current = &loader->current.outline; in FT_GlyphLoader_Adjust_Points()
207 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_CheckPoints()
208 FT_Outline* current = &loader->current.outline; in FT_GlyphLoader_CheckPoints()
316 current->outline.n_points = 0; in FT_GlyphLoader_Prepare()
[all …]
/external/chromium_org/third_party/freetype/include/freetype/
Dftoutln.h109 FT_Outline_Decompose( FT_Outline* outline,
184 FT_Outline* outline );
189 FT_Outline* outline );
207 FT_Outline_Check( FT_Outline* outline );
237 FT_Outline_Get_CBox( const FT_Outline* outline,
258 FT_Outline_Translate( const FT_Outline* outline,
307 FT_Outline_Transform( const FT_Outline* outline,
352 FT_Outline_Embolden( FT_Outline* outline,
368 FT_Outline_EmboldenXY( FT_Outline* outline,
393 FT_Outline_Reverse( FT_Outline* outline );
[all …]
/external/pdfium/core/include/thirdparties/freetype/freetype/
Dftoutln.h109 FT_Outline_Decompose( FT_Outline* outline,
184 FT_Outline* outline );
189 FT_Outline* outline );
207 FT_Outline_Check( FT_Outline* outline );
237 FT_Outline_Get_CBox( const FT_Outline* outline,
258 FT_Outline_Translate( const FT_Outline* outline,
307 FT_Outline_Transform( const FT_Outline* outline,
352 FT_Outline_Embolden( FT_Outline* outline,
368 FT_Outline_EmboldenXY( FT_Outline* outline,
393 FT_Outline_Reverse( FT_Outline* outline );
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
Dftoutln.h109 FT_Outline_Decompose( FT_Outline* outline,
184 FT_Outline* outline );
189 FT_Outline* outline );
207 FT_Outline_Check( FT_Outline* outline );
237 FT_Outline_Get_CBox( const FT_Outline* outline,
258 FT_Outline_Translate( const FT_Outline* outline,
307 FT_Outline_Transform( const FT_Outline* outline,
352 FT_Outline_Embolden( FT_Outline* outline,
368 FT_Outline_EmboldenXY( FT_Outline* outline,
393 FT_Outline_Reverse( FT_Outline* outline );
[all …]
/external/freetype/include/
Dftoutln.h116 FT_Outline_Decompose( FT_Outline* outline,
191 FT_Outline* outline );
196 FT_Outline* outline );
214 FT_Outline_Check( FT_Outline* outline );
244 FT_Outline_Get_CBox( const FT_Outline* outline,
265 FT_Outline_Translate( const FT_Outline* outline,
314 FT_Outline_Transform( const FT_Outline* outline,
362 FT_Outline_Embolden( FT_Outline* outline,
378 FT_Outline_EmboldenXY( FT_Outline* outline,
403 FT_Outline_Reverse( FT_Outline* outline );
[all …]
/external/chromium_org/third_party/freetype/src/autofit/
Dafloader.c142 FT_Outline_Translate( &slot->outline, in af_loader_load_g()
149 slot->outline.n_points + 4, in af_loader_load_g()
150 slot->outline.n_contours ); in af_loader_load_g()
154 FT_ARRAY_COPY( gloader->current.outline.points, in af_loader_load_g()
155 slot->outline.points, in af_loader_load_g()
156 slot->outline.n_points ); in af_loader_load_g()
158 FT_ARRAY_COPY( gloader->current.outline.contours, in af_loader_load_g()
159 slot->outline.contours, in af_loader_load_g()
160 slot->outline.n_contours ); in af_loader_load_g()
162 FT_ARRAY_COPY( gloader->current.outline.tags, in af_loader_load_g()
[all …]
/external/freetype/src/autofit/
Dafloader.c143 FT_Outline_Translate( &slot->outline, in af_loader_load_g()
150 slot->outline.n_points + 4, in af_loader_load_g()
151 slot->outline.n_contours ); in af_loader_load_g()
155 FT_ARRAY_COPY( gloader->current.outline.points, in af_loader_load_g()
156 slot->outline.points, in af_loader_load_g()
157 slot->outline.n_points ); in af_loader_load_g()
159 FT_ARRAY_COPY( gloader->current.outline.contours, in af_loader_load_g()
160 slot->outline.contours, in af_loader_load_g()
161 slot->outline.n_contours ); in af_loader_load_g()
163 FT_ARRAY_COPY( gloader->current.outline.tags, in af_loader_load_g()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcf2ft.c81 cf2_setGlyphWidth( CF2_Outline outline, in cf2_setGlyphWidth() argument
84 CFF_Decoder* decoder = outline->decoder; in cf2_setGlyphWidth()
122 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_moveTo() local
128 FT_ASSERT( outline && outline->decoder ); in cf2_builder_moveTo()
131 builder = &outline->decoder->builder; in cf2_builder_moveTo()
144 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_lineTo() local
148 FT_ASSERT( outline && outline->decoder ); in cf2_builder_lineTo()
151 builder = &outline->decoder->builder; in cf2_builder_lineTo()
174 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_cubeTo() local
178 FT_ASSERT( outline && outline->decoder ); in cf2_builder_cubeTo()
[all …]
/external/freetype/src/cff/
Dcf2ft.c83 cf2_setGlyphWidth( CF2_Outline outline, in cf2_setGlyphWidth() argument
86 CFF_Decoder* decoder = outline->decoder; in cf2_setGlyphWidth()
124 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_moveTo() local
130 FT_ASSERT( outline && outline->decoder ); in cf2_builder_moveTo()
133 builder = &outline->decoder->builder; in cf2_builder_moveTo()
146 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_lineTo() local
150 FT_ASSERT( outline && outline->decoder ); in cf2_builder_lineTo()
153 builder = &outline->decoder->builder; in cf2_builder_lineTo()
176 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_cubeTo() local
180 FT_ASSERT( outline && outline->decoder ); in cf2_builder_cubeTo()
[all …]
/external/chromium_org/third_party/freetype/src/cff/
Dcf2ft.c81 cf2_setGlyphWidth( CF2_Outline outline, in cf2_setGlyphWidth() argument
84 CFF_Decoder* decoder = outline->decoder; in cf2_setGlyphWidth()
122 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_moveTo() local
128 FT_ASSERT( outline && outline->decoder ); in cf2_builder_moveTo()
131 builder = &outline->decoder->builder; in cf2_builder_moveTo()
144 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_lineTo() local
148 FT_ASSERT( outline && outline->decoder ); in cf2_builder_lineTo()
151 builder = &outline->decoder->builder; in cf2_builder_lineTo()
174 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_cubeTo() local
178 FT_ASSERT( outline && outline->decoder ); in cf2_builder_cubeTo()
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
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-disclosure .header-name {
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
Dttgload.c353 FT_Outline* outline; in TT_Load_Simple_Glyph() local
372 cont = gloader->current.outline.contours; in TT_Load_Simple_Glyph()
451 outline = &gloader->current.outline; in TT_Load_Simple_Glyph()
452 if (outline->tags == NULL) { in TT_Load_Simple_Glyph()
458 flag = (FT_Byte*)outline->tags; in TT_Load_Simple_Glyph()
485 vec = outline->points; in TT_Load_Simple_Glyph()
487 flag = (FT_Byte*)outline->tags; in TT_Load_Simple_Glyph()
524 vec = gloader->current.outline.points; in TT_Load_Simple_Glyph()
526 flag = (FT_Byte*)outline->tags; in TT_Load_Simple_Glyph()
558 outline->n_points = (FT_UShort)n_points; in TT_Load_Simple_Glyph()
[all …]
/external/chromium_org/third_party/freetype/src/truetype/
Dttgload.c352 FT_Outline* outline; in TT_Load_Simple_Glyph() local
371 cont = gloader->current.outline.contours; in TT_Load_Simple_Glyph()
450 outline = &gloader->current.outline; in TT_Load_Simple_Glyph()
453 flag = (FT_Byte*)outline->tags; in TT_Load_Simple_Glyph()
480 vec = outline->points; in TT_Load_Simple_Glyph()
482 flag = (FT_Byte*)outline->tags; in TT_Load_Simple_Glyph()
519 vec = gloader->current.outline.points; in TT_Load_Simple_Glyph()
521 flag = (FT_Byte*)outline->tags; in TT_Load_Simple_Glyph()
553 outline->n_points = (FT_UShort)n_points; in TT_Load_Simple_Glyph()
554 outline->n_contours = (FT_Short) n_contours; in TT_Load_Simple_Glyph()
[all …]
/external/freetype/src/truetype/
Dttgload.c350 FT_Outline* outline; in TT_Load_Simple_Glyph() local
369 cont = gloader->current.outline.contours; in TT_Load_Simple_Glyph()
455 outline = &gloader->current.outline; in TT_Load_Simple_Glyph()
458 flag = (FT_Byte*)outline->tags; in TT_Load_Simple_Glyph()
485 vec = outline->points; in TT_Load_Simple_Glyph()
487 flag = (FT_Byte*)outline->tags; in TT_Load_Simple_Glyph()
524 vec = gloader->current.outline.points; in TT_Load_Simple_Glyph()
526 flag = (FT_Byte*)outline->tags; in TT_Load_Simple_Glyph()
558 outline->n_points = (FT_UShort)n_points; in TT_Load_Simple_Glyph()
559 outline->n_contours = (FT_Short) n_contours; in TT_Load_Simple_Glyph()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
Dftrend1.c75 FT_Outline_Transform( &slot->outline, matrix ); in ft_raster1_transform()
78 FT_Outline_Translate( &slot->outline, delta->x, delta->y ); in ft_raster1_transform()
94 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_raster1_get_cbox()
106 FT_Outline* outline; in ft_raster1_render() local
156 outline = &slot->outline; in ft_raster1_render()
160 FT_Outline_Translate( outline, origin->x, origin->y ); in ft_raster1_render()
163 FT_Outline_Get_CBox( outline, &cbox ); in ft_raster1_render()
221 FT_Outline_Translate( outline, -cbox.xMin, -cbox.yMin ); in ft_raster1_render()
225 params.source = outline; in ft_raster1_render()
234 FT_Outline_Translate( outline, cbox.xMin, cbox.yMin ); in ft_raster1_render()
/external/chromium_org/third_party/freetype/src/raster/
Dftrend1.c75 FT_Outline_Transform( &slot->outline, matrix ); in ft_raster1_transform()
78 FT_Outline_Translate( &slot->outline, delta->x, delta->y ); in ft_raster1_transform()
94 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_raster1_get_cbox()
106 FT_Outline* outline; in ft_raster1_render() local
156 outline = &slot->outline; in ft_raster1_render()
160 FT_Outline_Translate( outline, origin->x, origin->y ); in ft_raster1_render()
163 FT_Outline_Get_CBox( outline, &cbox ); in ft_raster1_render()
221 FT_Outline_Translate( outline, -cbox.xMin, -cbox.yMin ); in ft_raster1_render()
225 params.source = outline; in ft_raster1_render()
234 FT_Outline_Translate( outline, cbox.xMin, cbox.yMin ); in ft_raster1_render()
/external/freetype/src/raster/
Dftrend1.c75 FT_Outline_Transform( &slot->outline, matrix ); in ft_raster1_transform()
78 FT_Outline_Translate( &slot->outline, delta->x, delta->y ); in ft_raster1_transform()
94 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_raster1_get_cbox()
106 FT_Outline* outline; in ft_raster1_render() local
156 outline = &slot->outline; in ft_raster1_render()
160 FT_Outline_Translate( outline, origin->x, origin->y ); in ft_raster1_render()
163 FT_Outline_Get_CBox( outline, &cbox ); in ft_raster1_render()
221 FT_Outline_Translate( outline, -cbox.xMin, -cbox.yMin ); in ft_raster1_render()
225 params.source = outline; in ft_raster1_render()
234 FT_Outline_Translate( outline, cbox.xMin, cbox.yMin ); in ft_raster1_render()
/external/freetype/src/smooth/
Dftsmooth.c74 FT_Outline_Transform( &slot->outline, matrix ); in ft_smooth_transform()
77 FT_Outline_Translate( &slot->outline, delta->x, delta->y ); in ft_smooth_transform()
93 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_smooth_get_cbox()
106 FT_Outline* outline = NULL; in ft_smooth_render_generic() local
141 outline = &slot->outline; in ft_smooth_render_generic()
146 FT_Outline_Translate( outline, origin->x, origin->y ); in ft_smooth_render_generic()
151 FT_Outline_Get_CBox( outline, &cbox ); in ft_smooth_render_generic()
254 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_smooth_render_generic()
266 params.source = outline; in ft_smooth_render_generic()
273 FT_Vector* points = outline->points; in ft_smooth_render_generic()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
Dftsmooth.c74 FT_Outline_Transform( &slot->outline, matrix ); in ft_smooth_transform()
77 FT_Outline_Translate( &slot->outline, delta->x, delta->y ); in ft_smooth_transform()
93 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_smooth_get_cbox()
106 FT_Outline* outline = NULL; in ft_smooth_render_generic() local
141 outline = &slot->outline; in ft_smooth_render_generic()
146 FT_Outline_Translate( outline, origin->x, origin->y ); in ft_smooth_render_generic()
151 FT_Outline_Get_CBox( outline, &cbox ); in ft_smooth_render_generic()
254 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_smooth_render_generic()
266 params.source = outline; in ft_smooth_render_generic()
273 FT_Vector* points = outline->points; in ft_smooth_render_generic()
[all …]
/external/chromium_org/third_party/freetype/src/smooth/
Dftsmooth.c74 FT_Outline_Transform( &slot->outline, matrix ); in ft_smooth_transform()
77 FT_Outline_Translate( &slot->outline, delta->x, delta->y ); in ft_smooth_transform()
93 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_smooth_get_cbox()
106 FT_Outline* outline = NULL; in ft_smooth_render_generic() local
141 outline = &slot->outline; in ft_smooth_render_generic()
146 FT_Outline_Translate( outline, origin->x, origin->y ); in ft_smooth_render_generic()
151 FT_Outline_Get_CBox( outline, &cbox ); in ft_smooth_render_generic()
254 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_smooth_render_generic()
266 params.source = outline; in ft_smooth_render_generic()
273 FT_Vector* points = outline->points; in ft_smooth_render_generic()
[all …]

12345678910>>...13