OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyphIDs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp
136
uint16_t**
glyphIDs
) {
142
*
glyphIDs
= storage->get();
160
*
glyphIDs
= reinterpret_cast<uint16_t*>(const_cast<void*>((text)));
176
*
glyphIDs
= storage->get();
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
136
uint16_t**
glyphIDs
) {
142
*
glyphIDs
= storage->get();
160
*
glyphIDs
= reinterpret_cast<uint16_t*>(const_cast<void*>((text)));
176
*
glyphIDs
= storage->get();
[
all
...]
Completed in 100 milliseconds