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

  /external/skia/src/core/
SkGlyphCache.h 242 static void OffsetResults(const SkGlyph::Intercept* intercept, SkScalar scale,
244 static void AddInterval(SkScalar val, SkGlyph::Intercept* intercept);
246 bool yAxis, SkGlyph::Intercept* intercept);
248 SkGlyph::Intercept* intercept);
250 SkGlyph::Intercept* intercept);
    [all...]
SkGlyph.h 42 struct Intercept {
43 Intercept* fNext;
49 Intercept* fIntercept;
SkGlyphCache.cpp 254 void SkGlyphCache::OffsetResults(const SkGlyph::Intercept* intercept, SkScalar scale,
259 *array++ = intercept->fInterval[index] * scale + xPos;
265 void SkGlyphCache::AddInterval(SkScalar val, SkGlyph::Intercept* intercept) {
266 intercept->fInterval[0] = SkTMin(intercept->fInterval[0], val);
267 intercept->fInterval[1] = SkTMax(intercept->fInterval[1], val);
271 bool yAxis, SkGlyph::Intercept* intercept)
    [all...]
  /external/guice/core/test/com/google/inject/internal/
ProxyFactoryTest.java 30 import org.aopalliance.intercept.MethodInterceptor;
31 import org.aopalliance.intercept.MethodInvocation;
82 aspects.add(new MethodAspect(only(Bar.class), annotatedWith(Intercept.class), interceptor));
107 @Intercept
122 @Intercept
129 @interface Intercept {}
  /external/v8/src/
execution.cc 273 // Intercept already requested interrupts.
306 thread_local_.postpone_interrupts_->Intercept(flag)) {
isolate.cc     [all...]
isolate.h     [all...]

Completed in 180 milliseconds