Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.h220 static void OffsetResults(const SkGlyph::Intercept* intercept, SkScalar scale,
222 static void AddInterval(SkScalar val, SkGlyph::Intercept* intercept);
224 bool yAxis, SkGlyph::Intercept* intercept);
226 SkGlyph::Intercept* intercept);
228 SkGlyph::Intercept* intercept);
230 SkGlyph::Intercept* intercept);
231 static const SkGlyph::Intercept* MatchBounds(const SkGlyph* glyph,
DSkGlyphCache.cpp237 void SkGlyphCache::OffsetResults(const SkGlyph::Intercept* intercept, SkScalar scale, in OffsetResults()
248 void SkGlyphCache::AddInterval(SkScalar val, SkGlyph::Intercept* intercept) { in AddInterval()
254 bool yAxis, SkGlyph::Intercept* intercept) { in AddPoints()
264 SkGlyph::Intercept* intercept) { in AddLine()
274 SkGlyph::Intercept* intercept) { in AddQuad()
287 SkGlyph::Intercept* intercept) { in AddCubic()
299 const SkGlyph::Intercept* SkGlyphCache::MatchBounds(const SkGlyph* glyph, in MatchBounds()
304 const SkGlyph::Intercept* intercept = glyph->fPathData->fIntercept; in MatchBounds()
316 const SkGlyph::Intercept* match = MatchBounds(glyph, bounds); in findIntercepts()
325 SkGlyph::Intercept* intercept = fAlloc.make<SkGlyph::Intercept>(); in findIntercepts()
DSkGlyph.h134 struct Intercept { struct
135 Intercept* fNext; argument
141 Intercept* fIntercept; argument
/external/skqp/src/core/
DSkGlyphCache.h220 static void OffsetResults(const SkGlyph::Intercept* intercept, SkScalar scale,
222 static void AddInterval(SkScalar val, SkGlyph::Intercept* intercept);
224 bool yAxis, SkGlyph::Intercept* intercept);
226 SkGlyph::Intercept* intercept);
228 SkGlyph::Intercept* intercept);
230 SkGlyph::Intercept* intercept);
231 static const SkGlyph::Intercept* MatchBounds(const SkGlyph* glyph,
DSkGlyphCache.cpp237 void SkGlyphCache::OffsetResults(const SkGlyph::Intercept* intercept, SkScalar scale, in OffsetResults()
248 void SkGlyphCache::AddInterval(SkScalar val, SkGlyph::Intercept* intercept) { in AddInterval()
254 bool yAxis, SkGlyph::Intercept* intercept) { in AddPoints()
264 SkGlyph::Intercept* intercept) { in AddLine()
274 SkGlyph::Intercept* intercept) { in AddQuad()
287 SkGlyph::Intercept* intercept) { in AddCubic()
299 const SkGlyph::Intercept* SkGlyphCache::MatchBounds(const SkGlyph* glyph, in MatchBounds()
304 const SkGlyph::Intercept* intercept = glyph->fPathData->fIntercept; in MatchBounds()
316 const SkGlyph::Intercept* match = MatchBounds(glyph, bounds); in findIntercepts()
325 SkGlyph::Intercept* intercept = fAlloc.make<SkGlyph::Intercept>(); in findIntercepts()
DSkGlyph.h134 struct Intercept { struct
135 Intercept* fNext; argument
141 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.cc338 thread_local_.postpone_interrupts_->Intercept(flag)) { in RequestInterrupt()
Disolate.h1683 bool Intercept(StackGuard::InterruptFlag flag);
Disolate.cc3693 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Throw() function in v8::internal::PostponeInterruptsScope
3695 if (prev_ && prev_->Intercept(flag)) return true; in Throw()
/external/python/cpython2/Lib/idlelib/
DREADME.txt71 WidgetRedirector.py # Intercept widget subcommands (for percolator) (nim).
/external/python/cpython3/Lib/idlelib/
DREADME.txt69 redirector.py # Intercept widget subcommands (for percolator) (nim).
/external/swiftshader/third_party/LLVM/
DAndroid.mk158 lib/ExecutionEngine/JIT/Intercept.cpp \
DBUILD.gn224 "lib/ExecutionEngine/JIT/Intercept.cpp",
/external/valgrind/docs/internals/
D3_8_BUGSTATUS.txt42 (B38=12985) 12982 (306612: Intercept __GI_memmove)
/external/swiftshader/
DCMakeLists.txt349 ${LLVM_DIR}/lib/ExecutionEngine/JIT/Intercept.cpp
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md22 * [Layer Intercept Requirements](#layer-intercept-requirements)
768 * [Layer Intercept Requirements](#layer-intercept-requirements)
1159 #### Layer Intercept Requirements
/external/valgrind/
DNEWS912 351756 Intercept platform_memchr$VARIANT$Haswell on OS X
1216 326816 Intercept for __strncpy_sse2_unaligned missing?