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 255 // return the next context, treating fNextContext as a cache of the answer
263 SkScalerContext* fNextContext;
  /external/skia/src/core/
SkScalerContext.cpp 148 fNextContext = NULL;
174 SkDELETE(fNextContext);
207 SkScalerContext* next = fNextContext;
218 fNextContext = next;

Completed in 63 milliseconds