Home
last modified time | relevance | path

Searched refs:getNextContext (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkScalerContext.cpp142 SkScalerContext* SkScalerContext::getNextContext() { in getNextContext() function in SkScalerContext
168 ctx = ctx->getNextContext(); in getGlyphContext()
193 ctx = ctx->getNextContext(); in getBaseGlyphCount()
215 ctx = ctx->getNextContext(); in charToGlyphID()
239 ctx = ctx->getNextContext(); in glyphIDToChar()
/external/skia/include/core/
DSkScalerContext.h341 SkScalerContext* getNextContext();
/external/clang/lib/Analysis/
DThreadSafety.cpp465 Context getNextContext(unsigned &CtxIndex, Stmt *S, Context C) { in getNextContext() function in __anond4d4f9970111::LocalVariableMap
1354 LVarCtx = LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()
1386 LVarCtx = LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()