Home
last modified time | relevance | path

Searched refs:fAllocation (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/utils/
DSkPolyUtils.cpp652 fAllocation = (char*) sk_malloc_throw(sizeof(ActiveEdge)*maxEdges); in ActiveEdgeList()
658 sk_free(fAllocation); in ~ActiveEdgeList()
947 char* bytes = fAllocation + sizeof(ActiveEdge)*fCurrFree; in allocate()
1025 char* fAllocation; member in ActiveEdgeList
/external/skia/src/utils/
DSkPolyUtils.cpp665 fAllocation = (char*) sk_malloc_throw(sizeof(ActiveEdge)*maxEdges); in ActiveEdgeList()
671 sk_free(fAllocation); in ~ActiveEdgeList()
960 char* bytes = fAllocation + sizeof(ActiveEdge)*fCurrFree; in allocate()
1038 char* fAllocation; member in ActiveEdgeList