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

  /external/skia/src/core/
SkTypeface.cpp 349 SkScalerContextEffects noeffects; local
350 SkScalerContext::AutoDescriptorGivenRecAndEffects(rec, noeffects, &ad);
352 std::unique_ptr<SkScalerContext> ctx = this->createScalerContext(noeffects, ad.getDesc(), true);
  /external/skqp/src/core/
SkTypeface.cpp 349 SkScalerContextEffects noeffects; local
350 SkScalerContext::AutoDescriptorGivenRecAndEffects(rec, noeffects, &ad);
352 std::unique_ptr<SkScalerContext> ctx = this->createScalerContext(noeffects, ad.getDesc(), true);
  /external/skqp/src/gpu/text/
GrStencilAndCoverTextContext.cpp 520 SkScalerContextEffects noeffects; local
521 glyphs = resourceProvider->createGlyphs(fFont.getTypeface(), noeffects,

Completed in 103 milliseconds