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

  /external/skia/src/core/
SkRemoteGlyphCache.cpp 39 auto mapSc = tf->createScalerContext(effects, &desc.desc(), false);
40 scaler = fScalerContextMap.set(desc, std::move(mapSc));
  /external/skqp/tools/
remote_demo.cpp 213 auto mapSc = tf->createScalerContext(effects, &op->descriptor.desc(), false);
214 sc = mapSc.get();
215 gScalerContextMap.emplace_hint(j, op->descriptor, std::move(mapSc));

Completed in 76 milliseconds