Searched refs:Intercept (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/core/ |
D | 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); 252 SkGlyph::Intercept* intercept); 253 static const SkGlyph::Intercept* MatchBounds(const SkGlyph* glyph,
|
D | SkGlyphCache.cpp | 254 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 …]
|
D | SkGlyph.h | 42 struct Intercept { struct 43 Intercept* fNext; argument 49 Intercept* fIntercept; argument
|
/external/guice/core/test/com/google/inject/internal/ |
D | ProxyFactoryTest.java | 82 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/ |
D | sanitizer_flags.inc | 47 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/ |
D | execution.cc | 306 thread_local_.postpone_interrupts_->Intercept(flag)) { in RequestInterrupt()
|
D | isolate.h | 1481 bool Intercept(StackGuard::InterruptFlag flag);
|
D | isolate.cc | 2826 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/ |
D | 3_8_BUGSTATUS.txt | 42 (B38=12985) 12982 (306612: Intercept __GI_memmove)
|
/external/valgrind/ |
D | NEWS | 428 351756 Intercept platform_memchr$VARIANT$Haswell on OS X 732 326816 Intercept for __strncpy_sse2_unaligned missing?
|