HomeSort by relevance Sort by last modified time
    Searched refs:corner (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /external/skia/tests/
PathOpsAngleIdeas.cpp 263 SkDVector corner[4] = { local
270 for (unsigned index = 0; index < SK_ARRAY_COUNT(corner); ++index) {
271 max = SkTMax(max, corner[index].length());
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
writer.go 388 // toYCbCr converts the 8x8 region of m whose top-left corner is p to its
405 // grayToY stores the 8x8 region of m whose top-left corner is p in yBlock.
  /prebuilts/go/linux-x86/src/image/jpeg/
writer.go 388 // toYCbCr converts the 8x8 region of m whose top-left corner is p to its
405 // grayToY stores the 8x8 region of m whose top-left corner is p in yBlock.
  /external/ImageMagick/www/api/
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
distort.php 118 <dd> ArcDistortion always ignores source image offset, and always 'bestfit' the destination image with the top left corner offset relative to the polar mapping center. </dd>
morphology.php 73 <p>"WxH[+X+Y][@&gt;&lt;]:num, num, num ..." a kernel of size W by H, with W*H floating point numbers following. the 'center' can be optionally be defined at +X+Y (such that +0+0 is top left corner). If not defined the pixel in the center, for odd sizes, or to the immediate top or left of center for even sizes is automatically selected.</p>
168 <dd> Laplacian:{type} Discrete Lapacian Kernels, (without normalization) Type 0 : 3x3 with center:8 surounded by -1 (8 neighbourhood) Type 1 : 3x3 with center:4 edge:-1 corner:0 (4 neighbourhood) Type 2 : 3x3 with center:4 edge:1 corner:-2 Type 3 : 3x3 with center:4 edge:-2 corner:1 Type 5 : 5x5 laplacian Type 7 : 7x7 laplacian Type 15 : 5x5 LoG (sigma approx 1.4) Type 19 : 9x9 LoG (sigma approx 1.4) </dd>
    [all...]
  /external/libpcap/msdos/
pkt_rx0.asm 79 mov di, 158 ;; upper right corner - 1
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
BandController.java 382 // Enum values used to determine the corner at which the origin is located within the
471 * Resizes the selection by adjusting the pointer (i.e., the corner of the selection
690 * lower-right corner, whether it is possible that the position is the nearest to the
695 int corner = computeCornerNearestOrigin(); local
696 switch (corner) {
711 throw new RuntimeException("Invalid corner type.");
    [all...]
  /external/skia/src/utils/
SkLua.cpp 1575 int corner = SkToInt(lua_tointeger(L, 2)); local
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 1245 const tcu::Vec3 corner; member in struct:deqp::gles2::Functional::__anon17088::ClipPlaneVisit
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 1249 const tcu::Vec3 corner; member in struct:deqp::gles3::Functional::__anon17217::ClipPlaneVisit
    [all...]
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 276 // Lite, we put it at (0, 0). This shows 1x1 box visible at left-top corner but this is
  /external/strace/
strace.spec 202 + fixed a corner case in waitpid handling (#663547).
  /prebuilts/go/darwin-x86/src/html/template/
js_test.go 158 // Make sure that escaping corner cases are not broken
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 369 // translated such that its top-left corner is (0, 0), so that the single
  /prebuilts/go/linux-x86/src/html/template/
js_test.go 158 // Make sure that escaping corner cases are not broken
  /prebuilts/go/linux-x86/src/image/gif/
writer.go 369 // translated such that its top-left corner is (0, 0), so that the single
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab.go 61 // the code, but makes the corner cases more confusing.
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab.go 61 // the code, but makes the corner cases more confusing.
  /prebuilts/go/darwin-x86/src/time/
time_test.go 417 // Selected dates and corner cases
441 // and corner cases
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 417 // Selected dates and corner cases
441 // and corner cases
    [all...]
  /frameworks/rs/script_api/
rs_matrix.spec 316 with a corner at <code>(-1, -1, -1)</code> and the opposite at <code>(1, 1, 1)</code>.

Completed in 952 milliseconds

1 2 3 45 6 7