OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fDataLen
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/utils/
SkMetaData.h
157
uint8_t
fDataLen
; // sizeof a single element
162
const char* name() const { return (const char*)this->data() +
fDataLen
* fDataCount; }
163
char* name() { return (char*)this->data() +
fDataLen
* fDataCount; }
/external/skqp/include/core/
SkMetaData.h
157
uint8_t
fDataLen
; // sizeof a single element
162
const char* name() const { return (const char*)this->data() +
fDataLen
* fDataCount; }
163
char* name() { return (char*)this->data() +
fDataLen
* fDataCount; }
Completed in 270 milliseconds