MCPcopy Create free account
hub / github.com/comaps/comaps / Read

Method Read

libs/drape/glyph_manager.cpp:199–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 static unsigned long Read(FT_Stream stream, unsigned long offset, unsigned char * buffer, unsigned long count)
200 {
201 if (count != 0)
202 {
203 auto * reader = reinterpret_cast<ReaderPtr<Reader> *>(stream->descriptor.pointer);
204 reader->Read(offset, buffer, count);
205 }
206
207 return count;
208 }
209
210 static void Close(FT_Stream) {}
211

Callers 4

LoadSymbolsFunction · 0.45
LoadDataFunction · 0.45
VulkanPipelineMethod · 0.45
FileReadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected