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

  /external/skia/src/utils/
SkShadowUtils.cpp 311 struct FindContext {
312 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory)
329 * the FindContext are used to determine if the vertices are reusable. If so the vertices and
330 * necessary translation vector are set on the FindContext.
334 FindContext<FACTORY>* findContext = (FindContext<FACTORY>*)ctx;
336 findContext->fVertices =
337 rec.find(*findContext->fFactory, *findContext->fViewMatrix, &findContext->fTranslate)
    [all...]
  /external/skqp/src/utils/
SkShadowUtils.cpp 310 struct FindContext {
311 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory)
328 * the FindContext are used to determine if the vertices are reusable. If so the vertices and
329 * necessary translation vector are set on the FindContext.
333 FindContext<FACTORY>* findContext = (FindContext<FACTORY>*)ctx;
335 findContext->fVertices =
336 rec.find(*findContext->fFactory, *findContext->fViewMatrix, &findContext->fTranslate)
    [all...]

Completed in 539 milliseconds