Searched refs:slot (Results 76 - 100 of 524) sorted by last modified time

1234567891011>>

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dpsaux.h488 FT_GlyphSlot slot,
528 /* glyph :: The current glyph slot. */
645 FT_GlyphSlot slot,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c262 ft_glyphslot_init( FT_GlyphSlot slot )
264 FT_Driver driver = slot->face->driver;
271 slot->library = driver->root.library;
276 slot->internal = internal;
282 error = clazz->init_slot( slot );
290 ft_glyphslot_free_bitmap( FT_GlyphSlot slot )
292 if ( slot->internal && ( slot->internal->flags & FT_GLYPH_OWN_BITMAP ) )
294 FT_Memory memory = FT_FACE_MEMORY( slot->face );
297 FT_FREE( slot
310 ft_glyphslot_set_bitmap( FT_GlyphSlot slot, FT_Byte* buffer ) argument
410 FT_GlyphSlot slot = NULL; local
545 ft_glyphslot_grid_fit_metrics( FT_GlyphSlot slot, FT_Bool vertical ) argument
596 FT_GlyphSlot slot; local
[all...]
H A Dftsynth.c48 FT_GlyphSlot_Oblique( FT_GlyphSlot slot )
51 FT_Outline* outline = &slot->outline;
55 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE )
85 FT_GlyphSlot_Embolden( FT_GlyphSlot slot )
87 FT_Library library = slot->library;
88 FT_Face face = slot->face;
93 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE &&
94 slot->format != FT_GLYPH_FORMAT_BITMAP )
102 if ( slot->format == FT_GLYPH_FORMAT_OUTLINE )
105 (void)FT_Outline_EmboldenXY( &slot
[all...]
H A Dfxft_ftbitmap.c712 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot )
714 if ( slot && slot->format == FT_GLYPH_FORMAT_BITMAP &&
715 !( slot->internal->flags & FT_GLYPH_OWN_BITMAP ) )
722 error = FT_Bitmap_Copy( slot->library, &slot->bitmap, &bitmap );
726 slot->bitmap = bitmap;
727 slot->internal->flags |= FT_GLYPH_OWN_BITMAP;
H A Dfxft_ftglyph.c61 FT_GlyphSlot slot )
68 if ( slot->format != FT_GLYPH_FORMAT_BITMAP )
74 glyph->left = slot->bitmap_left;
75 glyph->top = slot->bitmap_top;
78 if ( slot->internal->flags & FT_GLYPH_OWN_BITMAP )
80 glyph->bitmap = slot->bitmap;
81 slot->internal->flags &= ~FT_GLYPH_OWN_BITMAP;
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
159 FT_GlyphSlot slot )
164 FT_Outline* source = &slot
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffdrivr.c134 /* A driver method used to load a glyph within a given glyph slot. */
137 /* slot :: A handle to the target slot object where the glyph */
161 CFF_GlyphSlot slot = (CFF_GlyphSlot)cffslot; local
165 if ( !slot )
184 error = cff_slot_load( slot, size, glyph_index, load_flags );
187 /* slot->outline.dropout_mode = 2; */
202 FT_GlyphSlot slot = face->glyph; local
209 error = cff_glyph_load( slot, face->size, start + nn, flags );
214 ? slot
[all...]
H A Dcffgload.c307 /* within the corresponding glyph slot. */
376 /* slot :: The current glyph object. */
386 CFF_GlyphSlot slot,
397 cff_builder_init( &decoder->builder, face, size, slot, hinting );
1974 /* add current outline to the glyph slot */
2019 /* add current outline to the glyph slot */
383 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode ) argument
H A Dcffgload.h49 /* glyph :: The current glyph slot. */
203 CFF_GlyphSlot slot,
H A Dcffobjs.c343 cff_slot_done( FT_GlyphSlot slot )
345 slot->internal->glyph_hints = 0;
350 cff_slot_init( FT_GlyphSlot slot )
352 CFF_Face face = (CFF_Face)slot->face;
362 module = FT_Get_Module( slot->face->driver->root.library,
370 slot->internal->glyph_hints = (void*)funcs;
H A Dcffobjs.h69 /* A handle to an OpenType glyph slot object. */
146 cff_slot_done( FT_GlyphSlot slot ); variable
149 cff_slot_init( FT_GlyphSlot slot ); variable
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.c50 cid_slot_done( FT_GlyphSlot slot )
52 slot->internal->glyph_hints = 0;
57 cid_slot_init( FT_GlyphSlot slot )
63 face = (CID_Face)slot->face;
71 module = FT_Get_Module( slot->face->driver->root.library,
79 slot->internal->glyph_hints = (void*)funcs;
H A Dcidobjs.h65 /* A handle to a Type 1 glyph slot object. */
115 cid_slot_done( FT_GlyphSlot slot ); variable
118 cid_slot_init( FT_GlyphSlot slot ); variable
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dt1decode.c1107 /* add current outline to the glyph slot */
1569 FT_GlyphSlot slot,
1594 t1_builder_init( &decoder->builder, face, size, slot, hinting );
H A Dt1decode.h48 FT_GlyphSlot slot,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftrend1.c61 FT_GlyphSlot slot,
68 if ( slot->format != render->glyph_format )
75 FT_Outline_Transform( &slot->outline, matrix );
78 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
88 FT_GlyphSlot slot,
93 if ( slot->format == render->glyph_format )
94 FT_Outline_Get_CBox( &slot->outline, cbox );
98 /* convert a slot's glyph image into a bitmap */
101 FT_GlyphSlot slot,
116 if ( slot
60 ft_raster1_transform( FT_Renderer render, FT_GlyphSlot slot, const FT_Matrix* matrix, const FT_Vector* delta ) argument
87 ft_raster1_get_cbox( FT_Renderer render, FT_GlyphSlot slot, FT_BBox* cbox ) argument
100 ft_raster1_render( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c60 FT_GlyphSlot slot,
67 if ( slot->format != render->glyph_format )
74 FT_Outline_Transform( &slot->outline, matrix );
77 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
87 FT_GlyphSlot slot,
92 if ( slot->format == render->glyph_format )
93 FT_Outline_Get_CBox( &slot->outline, cbox );
97 /* convert a slot's glyph image into a bitmap */
100 FT_GlyphSlot slot,
112 FT_Bitmap* bitmap = &slot
59 ft_smooth_transform( FT_Renderer render, FT_GlyphSlot slot, const FT_Matrix* matrix, const FT_Vector* delta ) argument
86 ft_smooth_get_cbox( FT_Renderer render, FT_GlyphSlot slot, FT_BBox* cbox ) argument
99 ft_smooth_render_generic( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin, FT_Render_Mode required_mode ) argument
405 ft_smooth_render( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) argument
420 ft_smooth_render_lcd( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) argument
438 ft_smooth_render_lcd_v( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttdriver.c333 /* A driver method used to load a glyph within a given glyph slot. */
336 /* slot :: A handle to the target slot object where the glyph */
359 TT_GlyphSlot slot = (TT_GlyphSlot)ttslot; local
365 if ( !slot )
403 error = TT_Load_Glyph( size, slot, glyph_index, load_flags );
406 /* slot->outline.dropout_mode = 2; */
H A Dttobjs.c1331 /* Initialize a new slot object. */
1334 /* slot :: A handle to the slot object. */
1340 tt_slot_init( FT_GlyphSlot slot )
1342 return FT_GlyphLoader_CreateExtra( slot->internal->loader );
H A Dttobjs.h59 /* A handle to a TrueType glyph slot object. */
63 /* specific about the TrueType glyph slot. */
430 tt_slot_init( FT_GlyphSlot slot ); variable
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.c145 T1_GlyphSlot_Done( FT_GlyphSlot slot )
147 slot->internal->glyph_hints = 0;
152 T1_GlyphSlot_Init( FT_GlyphSlot slot )
158 face = (T1_Face)slot->face;
166 module = FT_Get_Module( slot->face->driver->root.library,
174 slot->internal->glyph_hints = (void*)funcs;
H A Dt1objs.h54 /* A handle to a Type 1 glyph slot object. */
114 /* Type 1 glyph slot record. */
143 T1_GlyphSlot_Init( FT_GlyphSlot slot ); variable
146 T1_GlyphSlot_Done( FT_GlyphSlot slot ); variable
/external/oprofile/events/mips/74K/
H A Devents73 event:0x39 counters:0,2 um:zero minimum:500 name:MISPREDICTED_BRANCH_INSNS_CYCLES : 57-0 Mispredicted branch instruction graduation cycles without the delay slot
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DFrameWriter.java51 int priority, int slot, List<Header> headerBlock) throws IOException;
50 synStream(boolean outFinished, boolean inFinished, int streamId, int associatedStreamId, int priority, int slot, List<Header> headerBlock) argument
H A DHttp20Draft09.java328 int streamId, int associatedStreamId, int priority, int slot, List<Header> headerBlock)
327 synStream(boolean outFinished, boolean inFinished, int streamId, int associatedStreamId, int priority, int slot, List<Header> headerBlock) argument
H A DSpdy3.java203 // int slot = s3 & 0xff;
330 int streamId, int associatedStreamId, int priority, int slot, List<Header> headerBlock)
343 sink.writeShort((priority & 0x7) << 13 | (unused & 0x1f) << 8 | (slot & 0xff));
329 synStream(boolean outFinished, boolean inFinished, int streamId, int associatedStreamId, int priority, int slot, List<Header> headerBlock) argument

Completed in 1463 milliseconds

1234567891011>>