OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShapeData
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/ops/
GrSmallPathRenderer.h
59
struct
ShapeData
{
129
SK_DECLARE_INTERNAL_LLIST_INTERFACE(
ShapeData
);
131
static inline const Key& GetKey(const
ShapeData
& data) {
142
typedef SkTDynamicHash<
ShapeData
,
ShapeData
::Key> ShapeCache;
143
typedef SkTInternalLList<
ShapeData
> ShapeDataList;
GrSmallPathRenderer.cpp
52
ShapeData
*
shapeData
;
53
while ((
shapeData
= iter.get())) {
55
if (id ==
shapeData
->fID) {
56
dfpr->fShapeCache.remove(
shapeData
->fKey);
57
dfpr->fShapeList.remove(
shapeData
);
58
delete
shapeData
;
72
ShapeData
*
shapeData
;
73
while ((
shapeData
= iter.get()))
[
all
...]
/external/skqp/src/gpu/ops/
GrSmallPathRenderer.h
55
struct
ShapeData
{
125
SK_DECLARE_INTERNAL_LLIST_INTERFACE(
ShapeData
);
127
static inline const Key& GetKey(const
ShapeData
& data) {
138
typedef SkTDynamicHash<
ShapeData
,
ShapeData
::Key> ShapeCache;
139
typedef SkTInternalLList<
ShapeData
> ShapeDataList;
GrSmallPathRenderer.cpp
52
ShapeData
*
shapeData
;
53
while ((
shapeData
= iter.get())) {
55
if (id ==
shapeData
->fID) {
56
dfpr->fShapeCache.remove(
shapeData
->fKey);
57
dfpr->fShapeList.remove(
shapeData
);
58
delete
shapeData
;
72
ShapeData
*
shapeData
;
73
while ((
shapeData
= iter.get()))
[
all
...]
Completed in 217 milliseconds