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

  /frameworks/base/tests/SurfaceComposition/
AndroidManifest.xml 21 <application android:theme="@style/noeffects">
  /frameworks/base/tests/SurfaceComposition/res/values/
themes.xml 18 <style name="noeffects" parent="@android:style/Theme.Holo.NoActionBar.Fullscreen">
  /external/skia/src/gpu/
GrPathRendering.cpp 94 SkScalerContextEffects noEffects;
96 sk_sp<GlyphGenerator> generator(new GlyphGenerator(*typeface, noEffects, *genericDesc));
  /external/skqp/src/gpu/
GrPathRendering.cpp 104 SkScalerContextEffects noEffects;
106 sk_sp<GlyphGenerator> generator(new GlyphGenerator(*typeface, noEffects, *genericDesc));
  /external/v8/src/crankshaft/
hydrogen-flow-engine.h 16 class NoEffects : public ZoneObject {
18 explicit NoEffects(Zone* zone) { }
30 inline void Union(NoEffects* other, Zone* zone) {
65 // like the example NoState and NoEffects above. It's not necessary to provide
  /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);
SkScalerContext.cpp     [all...]
  /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);
SkScalerContext.cpp     [all...]
  /external/skqp/src/gpu/text/
GrStencilAndCoverTextContext.cpp 520 SkScalerContextEffects noeffects; local
521 glyphs = resourceProvider->createGlyphs(fFont.getTypeface(), noeffects,

Completed in 401 milliseconds