Searched defs:sliced_data (Results 1 - 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/
H A Dfont.cc549 FontDataPtr sliced_data; local
550 sliced_data.Attach(
552 WritableFontDataPtr data = down_cast<WritableFontData*>(sliced_data.p_);
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc216 ReadableFontDataPtr sliced_data; local
217 sliced_data.Attach(down_cast<ReadableFontData*>(data->Slice(offset, length)));
219 glyph = new SimpleGlyph(sliced_data);
221 glyph = new CompositeGlyph(sliced_data);
309 ReadableFontDataPtr sliced_data; local
310 sliced_data.Attach(down_cast<ReadableFontData*>(data->Slice(offset, length)));
312 builder = new SimpleGlyph::SimpleGlyphBuilder(sliced_data);
314 builder = new CompositeGlyph::CompositeGlyphBuilder(sliced_data);

Completed in 76 milliseconds