OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outlinecache
(Results
1 - 1
of
1
) sorted by null
/external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp
80
typedef ListHashSet<CachedOutlineKey, CachedOutlineKeyHash>
OutlineCache
;
84
static
OutlineCache
outlineCache
;
97
static void deleteOutline(
OutlineCache
::iterator deleteMe)
100
outlineCache
.remove(deleteMe);
183
OutlineCache
::iterator found =
outlineCache
.find(key);
184
if (found !=
outlineCache
.end()) {
187
outlineCache
.remove(found);
188
outlineCache
.add(key)
[
all
...]
Completed in 49 milliseconds