HomeSort by relevance Sort by last modified time
    Searched refs:divs (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/
popup.js 13 var divs = document.querySelectorAll('div');
14 for (var i = 0; i < divs.length; i++) {
15 divs[i].addEventListener('click', click);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 96 int divs = (divs0 > 0) ? divs0 : 1; local
99 float* dc = (float*)malloc(teeth * segs * divs * sizeof(float));
100 float* ds = (float*)malloc(teeth * segs * divs * sizeof(float));
101 int num_vertices = teeth * segs * 2 * (3 + 2 * divs);
102 int num_triangles = base_triangles * (1 + divs);
111 da = (float)(2.0 * M_PI / (teeth * segs * divs));
112 for(i = 0; i < teeth * segs * divs; ++i) {
119 s[i] = ds[i * divs];
120 c[i] = dc[i * divs];
140 for(i = 0; i < teeth * segs * divs; ++i)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 96 int divs = (divs0 > 0) ? divs0 : 1; local
99 float* dc = (float*)malloc(teeth * segs * divs * sizeof(float));
100 float* ds = (float*)malloc(teeth * segs * divs * sizeof(float));
101 int num_vertices = teeth * segs * 2 * (3 + 2 * divs);
102 int num_triangles = base_triangles * (1 + divs);
111 da = (float)(2.0 * M_PI / (teeth * segs * divs));
112 for(i = 0; i < teeth * segs * divs; ++i) {
119 s[i] = ds[i * divs];
120 c[i] = dc[i * divs];
140 for(i = 0; i < teeth * segs * divs; ++i)
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 247 for (int divs = divMax; divs >= divMin; divs /= 2) {
248 SkDebugf("divs=%d\n",divs);
250 SkScalar cellWidth = overall.width() / divs * 2;
251 SkScalar cellHeight = overall.height() / divs * 2;
253 int xDivMax = divMax == divMin && !allXs ? xDivMin + 1 : divs;
254 int yDivMax = divMax == divMin && !allYs ? yDivMin + 1 : divs;
259 target.setXYWH(overall.fLeft + (overall.width() - cellWidth) * xDiv / divs,
    [all...]
  /external/skia/experimental/Intersection/
EdgeDemo.cpp 247 for (int divs = divMax; divs >= divMin; divs /= 2) {
248 SkDebugf("divs=%d\n",divs);
250 SkScalar cellWidth = overall.width() / divs * 2;
251 SkScalar cellHeight = overall.height() / divs * 2;
253 int xDivMax = divMax == divMin && !allXs ? xDivMin + 1 : divs;
254 int yDivMax = divMax == divMin && !allYs ? yDivMin + 1 : divs;
259 target.setXYWH(overall.fLeft + (overall.width() - cellWidth) * xDiv / divs,
    [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 91 static void scaleDivRange(int32_t* divs, int count, float scale, int maxValue) {
93 divs[i] = int32_t(divs[i] * scale + 0.5f);
94 if (i > 0 && divs[i] == divs[i - 1]) {
95 divs[i]++; // avoid collisions
99 if (CC_UNLIKELY(divs[count - 1] > maxValue)) {
100 // if the collision avoidance above put some divs outside the bounds of the bitmap,
101 // slide outer stretchable divs inward to stay within bounds
104 divs[i] = highestAvailable
    [all...]
  /external/clang/www/analyzer/scripts/
expandcollapse.js 43 // Examine all divs in a table row.
44 var divs = rows[i].getElementsByTagName("div");
45 for (var j=0; j<divs.length; j+=1) {
47 var expandableDiv = divs[j];
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.js 192 * The collection of divs that compose a chart on the UI, plus the metricIds
195 * divs are nested. The |grid| is the div into which the |plot| (which is
502 metric.divs = [];
544 event.divs = [];
    [all...]
  /external/chromium_org/chrome/test/chromedriver/test/
run_py_tests.py 374 divs = self._driver.FindElements('tag name', 'div')
375 self.assertTrue(isinstance(divs, list))
376 self.assertEquals(2, len(divs))
377 for div in divs:
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 321 /* Resize the height of the side-nav and doc-content divs,
326 // Get the window height and always resize the doc-content and side-nav divs
332 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 246 /* Resize the height of the side-nav and doc-content divs,
251 // Get the window height and always resize the doc-content and side-nav divs
257 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
  /external/valgrind/main/VEX/priv/
host_s390_defs.h 424 } divs; member in union:__anon35809::__anon35810
host_s390_defs.c 594 addHRegUse(u, HRmRead, insn->variant.divs.op1);
595 addHRegUse(u, HRmWrite, insn->variant.divs.op1); /* quotient */
596 addHRegUse(u, HRmWrite, insn->variant.divs.rem); /* remainder */
597 s390_opnd_RMI_get_reg_usage(u, insn->variant.divs.op2);
918 insn->variant.divs.op1 = lookupHRegRemap(m, insn->variant.divs.op1);
919 insn->variant.divs.rem = lookupHRegRemap(m, insn->variant.divs.rem);
920 s390_opnd_RMI_map_regs(m, &insn->variant.divs.op2);
    [all...]
  /external/chromium_org/third_party/readability/js/
readability.js 546 * First, node prepping. Trash nodes that look cruddy (like ones with the class name "comment", etc), and turn divs
577 /* Turn all divs that don't have children block level elements into p's */
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.1/
builder-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.3/
builder-0.9.3.jar 
  /prebuilts/tools/common/builder/
builder-0.10.0.jar 
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 894 // Separate text and image results into separate divs..
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 32 // initialize the divs with custom scrollbars
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 55 // initialize the divs with custom scrollbars
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 62 // initialize the divs with custom scrollbars
    [all...]

Completed in 617 milliseconds

1 2