HomeSort by relevance Sort by last modified time
    Searched refs:intersect (Results 151 - 175 of 515) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/qcom/display/msm8996/libcopybit/
copybit.cpp 117 static void intersect(struct copybit_rect_t *out, function
176 intersect(&clip, scissor, dst);
518 intersect(&clip, &bounds, &clip);
  /hardware/qcom/display/msmcobalt/libcopybit/
copybit.cpp 117 static void intersect(struct copybit_rect_t *out, function
176 intersect(&clip, scissor, dst);
518 intersect(&clip, &bounds, &clip);
  /external/fonttools/Lib/fontTools/
subset.py 46 def intersect(self, glyphs): function
58 indices = self.intersect(glyphs)
68 def intersect(self, glyphs): function
115 indices = self.Coverage.intersect(cur_glyphs)
167 indices = self.Coverage.intersect(cur_glyphs)
169 not all(c.intersect(s.glyphs)
532 self.Intersect = lambda glyphs, c, r: [r] if r in glyphs else []
538 self.Intersect = lambda glyphs, c, r: c.intersect_class(glyphs, r)
559 indices = c.Coverage(self).intersect(s.glyphs)
572 if all(all(c.Intersect(s.glyphs, cd, k) for k in klist
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 221 static inline tcu::IVec4 intersect (const tcu::IVec4& a, const tcu::IVec4& b) function in namespace:sglr
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java     [all...]
  /external/v8/benchmarks/
raytrace.js 426 intersect: function(ray){
478 intersect: function(ray){
689 var info = shape.intersect(ray);
  /external/clang/lib/Analysis/
Consumed.cpp 1050 Entry->intersect(*StateMap);
1158 void ConsumedStateMap::intersect(const ConsumedStateMap &Other) { function in class:clang::consumed::ConsumedStateMap
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
MultiSelectManager.java 156 mSelection.intersect(mModelIds);
181 mSelection.intersect(mModelIds);
820 public void intersect(Collection<String> ids) { method in class:MultiSelectManager.Selection
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 328 if ( !Label.intersect(label, rl) ) {
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 474 MDNode::intersect(N.NoAlias, getMetadata(LLVMContext::MD_noalias));
  /external/skia/src/core/
SkBitmapDevice.cpp 277 if (!tmpSrc.intersect(bitmapBounds)) {
SkImageFilter.cpp 384 // Intersect against the clip bounds, in case the crop rect has
389 return dstBounds->intersect(ctx.clipBounds());
401 if (!bounds->intersect(ctx.clipBounds())) {
  /external/skia/src/pathops/
SkDLineIntersection.cpp 80 int SkIntersections::intersect(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
82 // see if end points intersect the opposite line
95 Return FALSE if the lines don't intersect
203 // see if end points intersect the opposite line
279 // see if end points intersect the opposite line
  /external/skia/tests/
PathOpsConicIntersectionTest.cpp 310 intersections.intersect(c1, c2);
ReadPixelsTest.cpp 186 if (!clippedSrcRect.intersect(srcRect)) {
371 if (clippedRect.intersect(srcRect)) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) {
99 result.intersect(shape2 instanceof Area ? (Area) shape2 : new Area(shape2));
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 236 const Region newDirty(dirty.intersect(bounds()));
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 329 if (!src.intersect(source)) continue;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
FrameLayoutWithShadows.java 251 rectf.intersect(view.getPaddingLeft(), view.getPaddingTop(),
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 486 return new TreeMultiset<E>(rootReference, range.intersect(GeneralRange.upTo(
494 return new TreeMultiset<E>(rootReference, range.intersect(GeneralRange.downTo(
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 482 return new TreeMultiset<E>(rootReference, range.intersect(GeneralRange.upTo(
490 return new TreeMultiset<E>(rootReference, range.intersect(GeneralRange.downTo(
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 251 // Until then, grab the script from the char and intersect it with the set.
254 result->intersect(cpScript, status);
258 result->intersect(fSpoofData->fScriptSets[index]);
  /external/opencv3/3rdparty/openexr/Imath/
ImathFrustum.h 280 nearPlane.intersect(lowerLeft,ll);
281 nearPlane.intersect(upperRight,ur);
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 302 clip_box.intersect(m_pAggDriver->m_pClipRgn->GetBox().left,
311 clip_box.intersect(FXSYS_floor(path_rect.fLeft), FXSYS_floor(path_rect.fTop),
325 // Finally, we have got the mask that we need, intersect with current clip
342 rectf.Intersect(
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 240 if (!bounds.intersect(displBounds)) {
415 if (!bounds.intersect(displBounds)) {

Completed in 683 milliseconds

1 2 3 4 5 67 8 91011>>