HomeSort by relevance Sort by last modified time
    Searched full:points (Results 251 - 275 of 6998) sorted by null

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowCamera.java 47 private Vector3f[] points = new Vector3f[8]; field in class:ShadowCamera
52 for (int i = 0; i < points.length; i++) {
53 points[i] = new Vector3f();
  /external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst 6 The rasterizer state controls the rendering of points, lines and triangles.
157 Points
163 Controls automatic texture coordinate generation for rendering sprite points.
195 Determines if points should be rasterized according to quad or point
198 OpenGL actually has quite different rasterization rules for points and
199 point sprites - hence this indicates if points should be rasterized as
200 points or according to point sprite (which decomposes them into quads,
204 points, regardless of whether point sprites are enabled or not.
212 Some renderers always internally translate points into quads; this state
216 Whether points should be smoothed. Point smoothing turns rectangula
    [all...]
  /external/skia/gm/
strokerect.cpp 33 SkAutoTArray<SkPoint> points(n);
34 path.getPoints(points.get(), n);
35 canvas->drawPoints(SkCanvas::kPoints_PointMode, n, points.get(), paint);
  /external/skia/src/pathops/
SkReduceOrder.cpp 44 SkDebugf("%s shouldn't get here if all four points are about equal", __FUNCTION__);
58 // look for identical points
59 // look for all four points in a line
60 // note that three points in a line doesn't simplify a cubic
164 SkDebugf("%s shouldn't get here if all four points are about equal\n", __FUNCTION__);
180 Given points c1, c2, c3 and c4 of a cubic Bezier, the points of the
182 points):
188 Of course, this curve does not interpolate the end-points, but it would
198 // look for identical points
    [all...]
  /external/v8/test/mjsunit/
debug-ignore-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
47 // This tests ignore of break points including the case with several
48 // break points in the same location.
  /frameworks/av/media/libeffects/proxy/
EffectProxy.h 67 sub_effect_entry_t** sube; // Points to the sub effects
68 effect_descriptor_t* desc; // Points to the sub effect descriptors
69 audio_effect_library_t** aeli; // Points to the sub effect aeli
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboRS.java 44 ScriptField_Point points = new ScriptField_Point(mRS, PART_COUNT); local
47 smb.addVertexAllocation(points.getAllocation());
53 mScript.bind_point(points);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
many.rs 166 static void makeIdleWave(float *points) {
179 points[i*8+1] = val + off;
180 points[i*8+5] = -val + off;
197 float *points = (float*)gPoints;
201 float val = fabs(points[i*8+1]);
204 points[i*8+1] = val;
205 points[i*8+5] = -val;
216 makeIdleWave(points);
225 float *points = (float*)gPoints;
227 float val = fabs(points[i*8+1])
    [all...]
  /device/sample/products/
backup_overlay.mk 18 # default backup transport. In this example, the configuration points
location_overlay.mk 18 # default backup transport. In this example, the configuration points
  /external/bluetooth/bluedroid/stack/include/
port_ext.h 30 /* Port emulation entity Entry Points */
  /external/chromium/base/
auto_reset.h 13 // false;" or "var = old_var;" at all the exit points of a block, for
  /external/chromium/chrome/browser/sync/util/
dbgq.h 24 T* i_; // Points to the newest element in the queue.
  /external/chromium_org/ash/touch/
touch_hud_projection.h 17 // A heads-up display to show active touch points on the screen. As a derivative
  /external/chromium_org/chrome/browser/ui/autofill/
new_credit_card_bubble_view.h 15 // is saved. Points at the settings menu in the toolbar and hides when
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bar_constants.h 24 // points) because of the visual overlap with the main toolbar. When using this
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc 285 std::vector<GdkPoint> points;
291 // If we're stroking the frame, we need to offset some of our points by 1
302 points.push_back(MakeBidiGdkPoint(
304 points.push_back(MakeBidiGdkPoint(
310 points.push_back(MakeBidiGdkPoint(
312 points.push_back(MakeBidiGdkPoint(
314 points.push_back(MakeBidiGdkPoint(
316 points.push_back(MakeBidiGdkPoint(
322 points.push_back(MakeBidiGdkPoint(
324 points.push_back(MakeBidiGdkPoint
454 std::vector<GdkPoint> points = MakeFramePolygonPoints( local
674 std::vector<GdkPoint> points = MakeFramePolygonPoints( local
    [all...]
  /external/chromium_org/content/browser/android/
touch_point.cc 28 // touch points are out of sync, so we ensure the points are marked as
33 // Record the current number of points in the WebTouchEvent
88 // Loop until either all of the input points have been consumed or the output
  /external/chromium_org/content/browser/resources/media/
data_series.js 7 * and converts them to graph points. It also keeps track of its color and
9 * It keeps MAX_STATS_DATA_POINT_BUFFER_SIZE data points at most. Old data
10 * points will be dropped when it reaches this size.
81 * points, starting at |startTime|, and |stepSize| milliseconds apart.
  /external/chromium_org/content/common/mac/
font_descriptor.h 30 // Size in points.
  /external/chromium_org/content/public/common/
injection_test_win.h 8 // This file defines the entry points for any DLL that can be loaded into the
  /external/chromium_org/extensions/common/
file_util.h 21 // points a file outside of root, this function will return empty FilePath.
  /external/chromium_org/media/base/simd/
linear_scale_yuv_to_rgb_mmx_x64.asm 96 lea INDEXq, [Xq + SOURCE_DXq] ; INDEXq now points to next pixel.
97 ; Xq points to current pixel.
114 lea Xq, [INDEXq + SOURCE_DXq] ; Xq points to next pixel.
115 ; INDEXq points to current pixel.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
index.html 31 target="_blank">Voronoi diagram</a> for a moving set of points
49 <td class="name">Points:</td>
52 <label id="pointCount">48 points</label>
72 <td class="name"><label for="drawPoints">Draw Points:</label></td>
  /external/chromium_org/ppapi/api/dev/
pp_print_settings_dev.idl 35 /** This is the size of the printable area in points (1/72 of an inch). */

Completed in 1187 milliseconds

<<11121314151617181920>>