HomeSort by relevance Sort by last modified time
    Searched defs:fixed (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 43 GtkWidget* fixed = gtk_fixed_new(); local
44 gtk_container_add(GTK_CONTAINER(window), fixed); local
48 gtk_fixed_put(GTK_FIXED(fixed), image_view, 10, 10);
  /external/chromium_org/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 44 GtkWidget* fixed = gtk_fixed_new(); local
45 gtk_container_add(GTK_CONTAINER(window), fixed); local
50 gtk_fixed_put(GTK_FIXED(fixed), image_view, 10, 10);
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.h 52 GtkFixed fixed; member in struct:_GtkExpandedContainer
  /external/chromium_org/ui/base/gtk/
gtk_expanded_container.h 53 GtkFixed fixed; member in struct:_GtkExpandedContainer
  /external/chromium_org/ui/gfx/
gtk_preserve_window.h 42 GtkFixed fixed; member in struct:_GtkPreserveWindow
  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 85 String fixed = TypeUtils.ambiguousToBinaryName(mParameters.get(i), local
87 mParameters.set(i, fixed);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.cpp 98 RefPtr<Element> fixed = doc->createElement(divTag, true); local
101 fixed->parserSetAttributes(fixedAttributes);
102 reportElement->parserAppendChild(fixed.get());
104 fixed->parserAppendChild(doc->createTextNode(errorMessages));
  /external/chromium_org/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
  /external/marisa-trie/lib/marisa/
vector.h 93 bool fixed() const { function in class:marisa::Vector
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
vector.h 93 bool fixed() const { function in class:marisa_alpha::Vector
  /external/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler_unittest.cc 37 GtkWidget* fixed = gtk_fixed_new(); local
38 handler_ = new GtkKeyBindingsHandler(fixed);
39 gtk_container_add(GTK_CONTAINER(window_), fixed); local
40 gtk_widget_show(fixed);
  /external/chromium_org/content/browser/renderer_host/
gtk_key_bindings_handler_unittest.cc 41 GtkWidget* fixed = gtk_fixed_new(); local
42 handler_ = new GtkKeyBindingsHandler(fixed);
43 gtk_container_add(GTK_CONTAINER(window_), fixed); local
44 gtk_widget_show(fixed);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp 47 bool fixed = renderer->isOutOfFlowPositioned() && renderer->style()->position() == FixedPosition; local
48 if (fixed) {
55 if (renderer->isOutOfFlowPositioned() && !fixed) {
67 m_clipped = !fixed && prev->m_clipped;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GenericFontFamilySettings.cpp 82 const AtomicString& GenericFontFamilySettings::fixed(UScriptCode script) const function in class:WebCore::GenericFontFamilySettings
  /external/skia/gm/
ninepatchstretch.cpp 81 const SkScalar fixed = SkIntToScalar(bm.width() - center.width()); local
84 { fixed * 4 / 5, fixed * 4 / 5 }, // shrink in both axes
85 { fixed * 4 / 5, fixed * 4 }, // shrink in X
86 { fixed * 4, fixed * 4 / 5 }, // shrink in Y
87 { fixed * 4, fixed * 4 }
101 SkRect r = SkRect::MakeXYWH(x + ix * fixed, y + iy * fixed
    [all...]
  /external/valgrind/main/none/tests/linux/
mremap2.c 43 // A suitable attempted fixed dst is workingarea + 150*PAGE.
108 int alocal, maymove, fixed, nsi, dstpossible; local
121 for (fixed = 0; fixed <= 1; fixed++) {
129 (fixed ? MREMAP_FIXED : 0);
143 printf("maymv %d fixed %d newsz %2d dstpo %d dst %p -> ",
144 maymove, fixed, newsizes[nsi], dstpossible, dst );
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_type.h 76 * normalized values, or fixed point.
80 * Floating-point. Cannot be used with fixed. Integer numbers are
86 * Fixed-point. Cannot be used with floating. Integer numbers are
89 unsigned fixed:1; member in struct:lp_type
106 * For floating and fixed point formats it means the values should be
114 * For fixed point values, the fixed point is assumed to be at half the
286 res_type.fixed = TRUE;
300 res_type.fixed = TRUE;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 74 bool fixed = true; local
86 fixed = (glyph_size <= 0) ? false : fixed;
89 return (fixed ? 1 : -1) * size;
  /external/chromium_org/third_party/zlib/
infback.c 65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
79 static code fixed[544]; local
81 /* build fixed huffman tables if first call (may not be thread safe) */
92 next = fixed;
299 case 1: /* fixed block */
301 Tracev((stderr, "inflate: fixed codes block%s\n",
  /external/eigen/bench/
quat_slerp.cpp 239 cout << "\nSpeed:\n" << std::fixed; member in class:std
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 76 * normalized values, or fixed point.
80 * Floating-point. Cannot be used with fixed. Integer numbers are
86 * Fixed-point. Cannot be used with floating. Integer numbers are
89 unsigned fixed:1; member in struct:lp_type
106 * For floating and fixed point formats it means the values should be
114 * For fixed point values, the fixed point is assumed to be at half the
286 res_type.fixed = TRUE;
300 res_type.fixed = TRUE;
  /external/qemu/distrib/zlib-1.2.3/
infback.c 65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
79 static code fixed[544]; local
81 /* build fixed huffman tables if first call (may not be thread safe) */
92 next = fixed;
299 case 1: /* fixed block */
301 Tracev((stderr, "inflate: fixed codes block%s\n",
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 74 bool fixed = true; local
86 fixed = (glyph_size <= 0) ? false : fixed;
89 return (fixed ? 1 : -1) * size;
  /external/zlib/src/
infback.c 74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
88 static code fixed[544]; local
90 /* build fixed huffman tables if first call (may not be thread safe) */
101 next = fixed;
308 case 1: /* fixed block */
310 Tracev((stderr, "inflate: fixed codes block%s\n",

Completed in 5090 milliseconds

1 2 3 4 5 6 7 8 9