HomeSort by relevance Sort by last modified time
    Searched refs:FT_Byte (Results 26 - 50 of 276) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/freetype/src/psaux/
psconv.c 84 PS_Conv_Strtol( FT_Byte** cursor,
85 FT_Byte* limit,
88 FT_Byte* p = *cursor;
158 PS_Conv_ToInt( FT_Byte** cursor,
159 FT_Byte* limit )
162 FT_Byte* p = *cursor;
163 FT_Byte* curp;
192 PS_Conv_ToFixed( FT_Byte** cursor,
193 FT_Byte* limit,
196 FT_Byte* p = *cursor
    [all...]
t1decode.h 41 FT_Byte* base,
49 FT_Byte** glyph_names,
psobjs.c 100 FT_Byte* old_base )
103 FT_Byte** offset = table->elements;
104 FT_Byte** limit = offset + table->max_elems;
120 FT_Byte* old_base = table->block;
193 in_offset = (FT_Byte*)object - table->block;
244 FT_Byte* old_base = table->block;
291 skip_comment( FT_Byte* *acur,
292 FT_Byte* limit )
294 FT_Byte* cur = *acur;
309 skip_spaces( FT_Byte* *acur
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.h 117 FT_Byte flag );
136 FT_Byte** pointer,
140 FT_Byte** pointer,
148 FT_Byte* base;
149 FT_Byte* limit;
150 FT_Byte* cursor;
184 FT_Byte** locals;
185 FT_Byte** globals;
187 FT_Byte** glyph_names; /* for pure CFF fonts only */
224 FT_Byte* charstring_base
    [all...]
cffload.h 45 FT_Byte** pbytes,
50 FT_Byte** pbytes );
73 FT_LOCAL( FT_Byte )
  /external/freetype/src/cff/
cffgload.h 117 FT_Byte flag );
136 FT_Byte** pointer,
140 FT_Byte** pointer,
148 FT_Byte* base;
149 FT_Byte* limit;
150 FT_Byte* cursor;
184 FT_Byte** locals;
185 FT_Byte** globals;
187 FT_Byte** glyph_names; /* for pure CFF fonts only */
224 FT_Byte* charstring_base
    [all...]
cffload.h 45 FT_Byte** pbytes,
50 FT_Byte** pbytes );
73 FT_LOCAL( FT_Byte )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffgload.h 117 FT_Byte flag );
136 FT_Byte** pointer,
140 FT_Byte** pointer,
148 FT_Byte* base;
149 FT_Byte* limit;
150 FT_Byte* cursor;
184 FT_Byte** locals;
185 FT_Byte** globals;
187 FT_Byte** glyph_names; /* for pure CFF fonts only */
224 FT_Byte* charstring_base
    [all...]
cffload.h 45 FT_Byte** pbytes,
50 FT_Byte** pbytes );
73 FT_LOCAL( FT_Byte )
  /external/freetype/include/internal/
tttypes.h 282 FT_Byte* string;
462 FT_Byte height;
463 FT_Byte width;
467 FT_Byte advance;
527 FT_Byte max_width;
    [all...]
t1types.h 103 FT_Byte* subrs_block;
104 FT_Byte* charstrings_block;
105 FT_Byte* glyph_names_block;
108 FT_Byte** subrs;
113 FT_Byte** charstrings; /* array of glyph charstrings */
116 FT_Byte paint_type;
117 FT_Byte font_type;
131 FT_Byte** code;
244 FT_Byte* binary_data; /* used if hex data has been converted */
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 103 FT_Byte* subrs_block;
104 FT_Byte* charstrings_block;
105 FT_Byte* glyph_names_block;
108 FT_Byte** subrs;
113 FT_Byte** charstrings; /* array of glyph charstrings */
116 FT_Byte paint_type;
117 FT_Byte font_type;
131 FT_Byte** code;
244 FT_Byte* binary_data; /* used if hex data has been converted */
  /external/chromium_org/third_party/freetype/src/base/
ftapi.c 45 FT_Byte* base,
73 FT_Byte* buffer,
83 FT_Byte* buffer,
93 FT_Byte** pbytes )
101 FT_Byte** pbytes )
ftlcdfil.c 38 FT_Byte* weights = library->lcd_weights;
46 FT_Byte* line = bitmap->buffer;
82 line[xx - 2] = (FT_Byte)pix;
91 line[xx - 2] = (FT_Byte)pix;
95 line[xx - 1] = (FT_Byte)pix;
103 FT_Byte* column = bitmap->buffer;
109 FT_Byte* col = column;
143 col[-2 * pitch] = (FT_Byte)pix;
153 col[-2 * pitch] = (FT_Byte)pix;
157 col[-pitch] = (FT_Byte)pix
    [all...]
ftbitmap.c 153 FT_Byte* line = bitmap->buffer + ( bit_last >> 3 );
154 FT_Byte* end = bitmap->buffer + pitch;
162 FT_Byte* write = line;
167 write[0] = (FT_Byte)( write[0] & mask );
378 FT_Byte
379 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra )
427 return (FT_Byte)( FT_MulFix( 65535 - l, a ) >> 8 );
499 FT_Byte* s = source->buffer;
500 FT_Byte* t = target->buffer;
508 FT_Byte* ss = s
    [all...]
  /external/freetype/src/base/
ftapi.c 45 FT_Byte* base,
73 FT_Byte* buffer,
83 FT_Byte* buffer,
93 FT_Byte** pbytes )
101 FT_Byte** pbytes )
ftlcdfil.c 38 FT_Byte* weights = library->lcd_weights;
46 FT_Byte* line = bitmap->buffer;
84 line[xx - 2] = (FT_Byte)pix;
93 line[xx - 2] = (FT_Byte)pix;
97 line[xx - 1] = (FT_Byte)pix;
105 FT_Byte* column = bitmap->buffer;
111 FT_Byte* col = column;
144 col[-2 * pitch] = (FT_Byte)pix;
154 col[-2 * pitch] = (FT_Byte)pix;
158 col[-pitch] = (FT_Byte)pix
    [all...]
ftbitmap.c 153 FT_Byte* line = bitmap->buffer + ( bit_last >> 3 );
154 FT_Byte* end = bitmap->buffer + pitch;
162 FT_Byte* write = line;
167 write[0] = (FT_Byte)( write[0] & mask );
378 static FT_Byte
379 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra )
381 FT_Byte a = bgra[3];
420 return a - (FT_Byte)( ( l / a ) >> 16 );
492 FT_Byte* s = source->buffer;
493 FT_Byte* t = target->buffer
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftapi.c 45 FT_Byte* base,
73 FT_Byte* buffer,
83 FT_Byte* buffer,
93 FT_Byte** pbytes )
101 FT_Byte** pbytes )
fxft_ftlcdfil.c 39 FT_Byte* weights = library->lcd_weights;
47 FT_Byte* line = bitmap->buffer;
83 line[xx - 2] = (FT_Byte)pix;
92 line[xx - 2] = (FT_Byte)pix;
96 line[xx - 1] = (FT_Byte)pix;
104 FT_Byte* column = bitmap->buffer;
110 FT_Byte* col = column;
144 col[-2 * pitch] = (FT_Byte)pix;
154 col[-2 * pitch] = (FT_Byte)pix;
158 col[-pitch] = (FT_Byte)pix
    [all...]
fxft_ftbitmap.c 153 FT_Byte* line = bitmap->buffer + ( bit_last >> 3 );
154 FT_Byte* end = bitmap->buffer + pitch;
162 FT_Byte* write = line;
167 write[0] = (FT_Byte)( write[0] & mask );
378 FT_Byte
379 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra )
427 return (FT_Byte)( FT_MulFix( 65535 - l, a ) >> 8 );
499 FT_Byte* s = source->buffer;
500 FT_Byte* t = target->buffer;
508 FT_Byte* ss = s
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.h 41 FT_Byte* base,
49 FT_Byte** glyph_names,
psobjs.c 100 FT_Byte* old_base )
103 FT_Byte** offset = table->elements;
104 FT_Byte** limit = offset + table->max_elems;
120 FT_Byte* old_base = table->block;
193 in_offset = (FT_Byte*)object - table->block;
244 FT_Byte* old_base = table->block;
291 skip_comment( FT_Byte* *acur,
292 FT_Byte* limit )
294 FT_Byte* cur = *acur;
309 skip_spaces( FT_Byte* *acur
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
t1decode.h 41 FT_Byte* base,
49 FT_Byte** glyph_names,
psobjs.c 100 FT_Byte* old_base )
103 FT_Byte** offset = table->elements;
104 FT_Byte** limit = offset + table->max_elems;
120 FT_Byte* old_base = table->block;
193 in_offset = (FT_Byte*)object - table->block;
244 FT_Byte* old_base = table->block;
291 skip_comment( FT_Byte* *acur,
292 FT_Byte* limit )
294 FT_Byte* cur = *acur;
309 skip_spaces( FT_Byte* *acur
    [all...]

Completed in 980 milliseconds

12 3 4 5 6 7 8 91011>>