HomeSort by relevance Sort by last modified time
    Searched full:edges (Results 801 - 825 of 1364) sorted by null

<<31323334353637383940>>

  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 334 * Note that blits are automatically clipped to the edges of the source
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 334 * Note that blits are automatically clipped to the edges of the source
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 334 * Note that blits are automatically clipped to the edges of the source
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 225 // constraints between the dragged edges, and we preserve these.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 160 * horizontal/vertical edges is controlled by the parameter iExpandPels.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 160 * horizontal/vertical edges is controlled by the parameter iExpandPels.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 160 * horizontal/vertical edges is controlled by the parameter iExpandPels.
    [all...]
  /development/ndk/platforms/android-13/include/android/
input.h 322 /* No edges intersected */
527 /* Get a bitfield indicating which edges, if any, were touched by this motion event.
    [all...]
  /development/ndk/platforms/android-14/include/android/
input.h 330 /* No edges intersected */
565 /* Get a bitfield indicating which edges, if any, were touched by this motion event.
    [all...]
  /development/ndk/platforms/android-18/include/android/
input.h 330 /* No edges intersected */
567 /* Get a bitfield indicating which edges, if any, were touched by this motion event.
    [all...]
  /development/ndk/platforms/android-9/include/android/
input.h 269 /* No edges intersected */
419 /* Get a bitfield indicating which edges, if any, were touched by this motion event.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 40 * No optimization is done to remove unnecessary epsilon edges.
101 // point at the last node of the alt. Don't collapse action edges
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 337 // at the start of the condition is the sum of the incoming edges,
338 // the backedge from the end of the loop body, and the edges from
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 325 bool m_onlySampleFaceInterior; //!< If true, we avoid sampling anywhere near a face's edges.
506 // Move the top and right edges of the texture coord quad. This is useful when we want a cube edge visible.
  /external/icu/icu4c/source/common/
uiter.cpp 716 /* shortcuts: pinning to the edges of the string */
765 /* move towards the requested position, pin to the edges of the string */
  /external/libavc/decoder/
ih264d_structs.h 498 UWORD8 u1_disable_dblk_filter_idc; /** 0-dblk all edges; 1 - suppress; 2 - suppress only edges */
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 22 // * the number of back edges to the header
178 /// getNumBackEdges - Calculate the number of back edges to the loop header
RegionInfo.h 192 /// edges. One edge entering the Region and another one leaving the Region.
196 /// BasicBlocks that merge several entry or exit edges so that after the merge
    [all...]
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 360 // Check for a diamond. We won't deal with any critical edges.
660 // edges, so updating LoopInfo is simply removing the dead blocks.
  /external/opencv/cvaux/src/
enmin.cpp 81 // struct Edge is used for storing edges of graph
619 /* deleting edges incoming to v and outgoing from v */
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
dec.c 624 // on macroblock edges
635 // on three inner edges
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 762 // C++: void Canny(Mat image, Mat& edges, double threshold1, double threshold2, int apertureSize = 3, bool L2gradient = false)
765 //javadoc: Canny(image, edges, threshold1, threshold2, apertureSize, L2gradient)
766 public static void Canny(Mat image, Mat edges, double threshold1, double threshold2, int apertureSize, boolean L2gradient)
769 Canny_0(image.nativeObj, edges.nativeObj, threshold1, threshold2, apertureSize, L2gradient);
774 //javadoc: Canny(image, edges, threshold1, threshold2)
775 public static void Canny(Mat image, Mat edges, double threshold1, double threshold2)
778 Canny_1(image.nativeObj, edges.nativeObj, threshold1, threshold2);
    [all...]
  /external/skia/include/core/
SkMatrix.h 346 * left and top edges of dst.
359 * right and bottom edges of dst.
SkRect.h 376 This can be called if the edges are computed separately,
878 * if the edges are computed separately, and may have crossed over each

Completed in 1237 milliseconds

<<31323334353637383940>>