OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyph_id_array
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc
91
IntegerList*
glyph_id_array
= new IntegerList;
local
113
// id_range_offset = last_offset (offset into the
glyph_id_array
)
118
glyph_id_array
->push_back(glyph_id);
137
cmap_builder->set_glyph_id_array(
glyph_id_array
);
139
delete
glyph_id_array
;
/external/sfntly/cpp/src/sample/subtly/
font_assembler.cc
91
IntegerList*
glyph_id_array
= new IntegerList;
local
113
// id_range_offset = last_offset (offset into the
glyph_id_array
)
118
glyph_id_array
->push_back(glyph_id);
137
cmap_builder->set_glyph_id_array(
glyph_id_array
);
139
delete
glyph_id_array
;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.h
377
IntegerList*
glyph_id_array
();
378
void set_glyph_id_array(IntegerList*
glyph_id_array
);
383
Builder(SegmentList* segments, IntegerList*
glyph_id_array
,
cmap_table.cc
959
IntegerList*
glyph_id_array
,
964
glyph_id_array_(
glyph_id_array
->begin(),
glyph_id_array
->end()) {
1019
IntegerList* CMapTable::CMapFormat4::Builder::
glyph_id_array
() {
function in class:sfntly::CMapTable::CMapFormat4::Builder
[
all
...]
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h
377
IntegerList*
glyph_id_array
();
378
void set_glyph_id_array(IntegerList*
glyph_id_array
);
383
Builder(SegmentList* segments, IntegerList*
glyph_id_array
,
cmap_table.cc
959
IntegerList*
glyph_id_array
,
964
glyph_id_array_(
glyph_id_array
->begin(),
glyph_id_array
->end()) {
1019
IntegerList* CMapTable::CMapFormat4::Builder::
glyph_id_array
() {
function in class:sfntly::CMapTable::CMapFormat4::Builder
[
all
...]
Completed in 33 milliseconds