HomeSort by relevance Sort by last modified time
    Searched refs:fNextContext (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkScalerContext.h 354 // return the next context, treating fNextContext as a cache of the answer
362 SkScalerContext* fNextContext;
  /external/skia/src/core/
SkScalerContext.cpp 78 fNextContext = NULL;
110 SkDELETE(fNextContext);
149 SkScalerContext* next = fNextContext;
160 fNextContext = next;

Completed in 189 milliseconds