OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ID2HashIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp
149
const CharGlyphRec& rec = fCharToGlyphHash[
ID2HashIndex
(id)];
171
CharGlyphRec* rec = &fCharToGlyphHash[
ID2HashIndex
(id)];
186
unsigned index =
ID2HashIndex
(id);
201
CharGlyphRec* rec = &fCharToGlyphHash[
ID2HashIndex
(id)];
224
CharGlyphRec* rec = &fCharToGlyphHash[
ID2HashIndex
(id)];
246
unsigned index =
ID2HashIndex
(id);
267
unsigned index =
ID2HashIndex
(id);
SkGlyphCache.h
211
static inline unsigned
ID2HashIndex
(uint32_t id) {
Completed in 153 milliseconds