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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psconv.h 30 PS_Conv_Strtol( FT_Byte** cursor,
31 FT_Byte* limit,
36 PS_Conv_ToInt( FT_Byte** cursor,
37 FT_Byte* limit );
39 xyq_PS_Conv_ToInt( FT_Byte** cursor,
40 FT_Byte* limit, FT_Long* val ); /* XYQ 2007-10-10: we add return value indicating whether it's actually a number */
43 PS_Conv_ToFixed( FT_Byte** cursor,
44 FT_Byte* limit,
49 PS_Conv_StringDecode( FT_Byte** cursor,
50 FT_Byte* limit
    [all...]
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...]
  /external/chromium_org/third_party/freetype/src/psaux/
psconv.h 30 PS_Conv_Strtol( FT_Byte** cursor,
31 FT_Byte* limit,
36 PS_Conv_ToInt( FT_Byte** cursor,
37 FT_Byte* limit );
40 PS_Conv_ToFixed( FT_Byte** cursor,
41 FT_Byte* limit,
46 PS_Conv_StringDecode( FT_Byte** cursor,
47 FT_Byte* limit,
48 FT_Byte* buffer,
53 PS_Conv_ASCIIHexDecode( FT_Byte** cursor
    [all...]
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...]
  /external/freetype/src/psaux/
psconv.h 30 PS_Conv_Strtol( FT_Byte** cursor,
31 FT_Byte* limit,
36 PS_Conv_ToInt( FT_Byte** cursor,
37 FT_Byte* limit );
40 PS_Conv_ToFixed( FT_Byte** cursor,
41 FT_Byte* limit,
46 PS_Conv_StringDecode( FT_Byte** cursor,
47 FT_Byte* limit,
48 FT_Byte* buffer,
53 PS_Conv_ASCIIHexDecode( FT_Byte** cursor
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.h 40 FT_Byte* start;
41 FT_Byte* limit;
42 FT_Byte* cursor;
44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1];
45 FT_Byte** top;
61 FT_Byte* start,
62 FT_Byte* limit );
88 FT_Byte size;
cf2read.h 49 const FT_Byte* start;
50 const FT_Byte* end;
51 const FT_Byte* ptr;
cfftypes.h 68 FT_Byte off_size;
73 FT_Byte* bytes;
153 FT_Byte num_blue_values;
154 FT_Byte num_other_blues;
155 FT_Byte num_family_blues;
156 FT_Byte num_family_other_blues;
169 FT_Byte num_snap_widths;
170 FT_Byte num_snap_heights;
188 FT_Byte format;
192 FT_Byte* data
    [all...]
  /external/freetype/src/cff/
cffparse.h 40 FT_Byte* start;
41 FT_Byte* limit;
42 FT_Byte* cursor;
44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1];
45 FT_Byte** top;
61 FT_Byte* start,
62 FT_Byte* limit );
88 FT_Byte size;
cf2read.h 49 const FT_Byte* start;
50 const FT_Byte* end;
51 const FT_Byte* ptr;
cfftypes.h 68 FT_Byte off_size;
73 FT_Byte* bytes;
153 FT_Byte num_blue_values;
154 FT_Byte num_other_blues;
155 FT_Byte num_family_blues;
156 FT_Byte num_family_other_blues;
169 FT_Byte num_snap_widths;
170 FT_Byte num_snap_heights;
188 FT_Byte format;
192 FT_Byte* data
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffparse.h 40 FT_Byte* start;
41 FT_Byte* limit;
42 FT_Byte* cursor;
44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1];
45 FT_Byte** top;
61 FT_Byte* start,
62 FT_Byte* limit );
88 FT_Byte size;
cf2read.h 49 const FT_Byte* start;
50 const FT_Byte* end;
51 const FT_Byte* ptr;
cfftypes.h 68 FT_Byte off_size;
73 FT_Byte* bytes;
153 FT_Byte num_blue_values;
154 FT_Byte num_other_blues;
155 FT_Byte num_family_blues;
156 FT_Byte num_family_other_blues;
169 FT_Byte num_snap_widths;
170 FT_Byte num_snap_heights;
188 FT_Byte format;
192 FT_Byte* data
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftwinfnt.h 187 FT_Byte copyright[60];
195 FT_Byte italic;
196 FT_Byte underline;
197 FT_Byte strike_out;
199 FT_Byte charset;
202 FT_Byte pitch_and_family;
205 FT_Byte first_char;
206 FT_Byte last_char;
207 FT_Byte default_char;
208 FT_Byte break_char
    [all...]
  /external/freetype/include/
ftwinfnt.h 188 FT_Byte copyright[60];
196 FT_Byte italic;
197 FT_Byte underline;
198 FT_Byte strike_out;
200 FT_Byte charset;
203 FT_Byte pitch_and_family;
206 FT_Byte first_char;
207 FT_Byte last_char;
208 FT_Byte default_char;
209 FT_Byte break_char
    [all...]
ftgzip.h 135 FT_Byte* output,
137 const FT_Byte* input,
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftwinfnt.h 187 FT_Byte copyright[60];
195 FT_Byte italic;
196 FT_Byte underline;
197 FT_Byte strike_out;
199 FT_Byte charset;
202 FT_Byte pitch_and_family;
205 FT_Byte first_char;
206 FT_Byte last_char;
207 FT_Byte default_char;
208 FT_Byte break_char
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftwinfnt.h 187 FT_Byte copyright[60];
195 FT_Byte italic;
196 FT_Byte underline;
197 FT_Byte strike_out;
199 FT_Byte charset;
202 FT_Byte pitch_and_family;
205 FT_Byte first_char;
206 FT_Byte last_char;
207 FT_Byte default_char;
208 FT_Byte break_char
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidload.h 40 cid_get_offset( FT_Byte** start,
41 FT_Byte offsize );
  /external/pdfium/core/include/thirdparties/freetype/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 */
tttypes.h 213 FT_Byte* string;
356 FT_Byte height;
357 FT_Byte width;
361 FT_Byte horiAdvance;
365 FT_Byte vertAdvance;
393 FT_Byte height;
394 FT_Byte width;
398 FT_Byte advance;
458 FT_Byte max_width;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 */
tttypes.h 213 FT_Byte* string;
356 FT_Byte height;
357 FT_Byte width;
361 FT_Byte horiAdvance;
365 FT_Byte vertAdvance;
393 FT_Byte height;
394 FT_Byte width;
398 FT_Byte advance;
458 FT_Byte max_width;
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 213 FT_Byte* string;
356 FT_Byte height;
357 FT_Byte width;
361 FT_Byte horiAdvance;
365 FT_Byte vertAdvance;
393 FT_Byte height;
394 FT_Byte width;
398 FT_Byte advance;
458 FT_Byte max_width;
    [all...]

Completed in 160 milliseconds

1 2 3 4 5 6 7 8 91011>>