OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyph_ids
(Results
1 - 3
of
3
) sorted by null
/external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc
82
bool StringToGlyphId(const char* input, std::vector<unsigned int>*
glyph_ids
) {
88
glyph_ids
->push_back(
93
glyph_ids
->push_back(HexTo<unsigned int>(hex_csv.substr(start).c_str()));
94
return
glyph_ids
->size() > 0;
113
std::vector<unsigned int>
glyph_ids
;
local
114
if (!StringToGlyphId(argv[4], &
glyph_ids
)) {
124
&(
glyph_ids
[0]),
125
glyph_ids
.size(),
/external/harfbuzz_ng/src/
hb-subset-glyf.cc
34
hb_vector_t<hb_codepoint_t> &
glyph_ids
,
42
for (unsigned int i = 0; i <
glyph_ids
.len; i++)
44
hb_codepoint_t next_glyph =
glyph_ids
[i];
82
*loca_size = (
glyph_ids
.len + 1)
166
hb_vector_t<hb_codepoint_t> &
glyph_ids
= plan->glyphs;
local
170
for (unsigned int i = 0; i <
glyph_ids
.len; i++)
173
if (unlikely (!(glyf.get_offsets (
glyph_ids
[i], &start_offset, &end_offset) &&
218
success = success && _write_loca_entry (
glyph_ids
.len,
/external/freetype/src/sfnt/
ttcmap.c
89
*
glyph_ids
6 BYTE[256] array of glyph indices
252
*
glyph_ids
518+NSUB*8 USHORT[] glyph ID array
281
* `
glyph_ids
' table. Let's call it `slice' (it is a USHORT[], too).
304
FT_Byte*
glyph_ids
; /* glyph ID array */
local
339
glyph_ids
= subs + ( max_subs + 1 ) * 8;
340
if (
glyph_ids
> valid->limit )
373
if ( ids <
glyph_ids
|| ids + code_count * 2 > table + length )
899
FT_Byte *ends, *starts, *offsets, *deltas, *
glyph_ids
;
local
967
glyph_ids
= offsets + num_segs * 2;
1025
if ( p <
glyph_ids
||
[
all
...]
Completed in 341 milliseconds