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

  /external/skia/include/svg/
SkSVGPaintState.h 52 SkString fInitial;
  /external/skia/src/svg/
SkSVGPaintState.cpp 46 SkASSERT(index < &fTerminal - &fInitial);
47 SkASSERT(&fTerminal - &fInitial == kTerminal - kInitial);
48 SkString* result = &fInitial + index + 1;

Completed in 1019 milliseconds