OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sliced_data
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
216
ReadableFontDataPtr
sliced_data
;
local
217
sliced_data
.Attach(down_cast<ReadableFontData*>(data->Slice(offset, length)));
218
if (
sliced_data
) {
220
glyph = new SimpleGlyph(
sliced_data
);
222
glyph = new CompositeGlyph(
sliced_data
);
310
ReadableFontDataPtr
sliced_data
;
local
311
sliced_data
.Attach(down_cast<ReadableFontData*>(data->Slice(offset, length)));
313
builder = new SimpleGlyph::SimpleGlyphBuilder(
sliced_data
);
315
builder = new CompositeGlyph::CompositeGlyphBuilder(
sliced_data
);
/external/sfntly/cpp/src/sfntly/
font.cc
565
FontDataPtr
sliced_data
;
local
566
sliced_data
.Attach(fd->Slice(header->offset(), header->length()));
567
WritableFontDataPtr data = down_cast<WritableFontData*>(
sliced_data
.p_);
Completed in 67 milliseconds