Home
last modified time | relevance | path

Searched refs:Intercept (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.h242 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);
252 SkGlyph::Intercept* intercept);
253 static const SkGlyph::Intercept* MatchBounds(const SkGlyph* glyph,
DSkGlyphCache.cpp254 void SkGlyphCache::OffsetResults(const SkGlyph::Intercept* intercept, SkScalar scale, in OffsetResults()
265 void SkGlyphCache::AddInterval(SkScalar val, SkGlyph::Intercept* intercept) { in AddInterval()
271 bool yAxis, SkGlyph::Intercept* intercept) { in AddPoints()
281 SkGlyph::Intercept* intercept) { in AddLine()
291 SkGlyph::Intercept* intercept) { in AddQuad()
304 SkGlyph::Intercept* intercept) { in AddCubic()
316 const SkGlyph::Intercept* SkGlyphCache::MatchBounds(const SkGlyph* glyph, in MatchBounds()
321 const SkGlyph::Intercept* intercept = glyph->fPathData->fIntercept; in MatchBounds()
333 const SkGlyph::Intercept* match = MatchBounds(glyph, bounds); in findIntercepts()
342 SkGlyph::Intercept* intercept = in findIntercepts()
[all …]
DSkGlyph.h42 struct Intercept { struct
43 Intercept* fNext; argument
49 Intercept* fIntercept; argument
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java82 aspects.add(new MethodAspect(only(Bar.class), annotatedWith(Intercept.class), interceptor)); in testInterceptOneMethod()
107 @Intercept
122 @Intercept
129 @interface Intercept {} annotation in ProxyFactoryTest
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc47 COMMON_FLAG(bool, handle_ioctl, false, "Intercept and handle ioctl requests.")
102 COMMON_FLAG(bool, intercept_tls_get_addr, false, "Intercept __tls_get_addr.")
/external/v8/src/
Dexecution.cc306 thread_local_.postpone_interrupts_->Intercept(flag)) { in RequestInterrupt()
Disolate.h1481 bool Intercept(StackGuard::InterruptFlag flag);
Disolate.cc2826 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Intercept() function in v8::internal::PostponeInterruptsScope
2828 if (prev_ && prev_->Intercept(flag)) return true; in Intercept()
/external/valgrind/docs/internals/
D3_8_BUGSTATUS.txt42 (B38=12985) 12982 (306612: Intercept __GI_memmove)
/external/valgrind/
DNEWS428 351756 Intercept platform_memchr$VARIANT$Haswell on OS X
732 326816 Intercept for __strncpy_sse2_unaligned missing?