Searched defs:fixed (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium/chrome/browser/ui/tests/
H A Dui_gfx_image_unittest.cc43 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/icu4c/layout/
H A DLEFontInstance.h428 * values in a 16.16 fixed point format to floating point.
430 * @param fixed - the fixed point value
436 static inline float fixedToFloat(le_int32 fixed);
440 * floating point values to 16.16 fixed point format.
444 * @return the fixed point value
514 inline float LEFontInstance::fixedToFloat(le_int32 fixed) argument
516 return (float) (fixed / 65536.0);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_expanded_container.h52 GtkFixed fixed; member in struct:_GtkExpandedContainer
/external/v8/test/mjsunit/
H A Dhtml-string-funcs.js35 fixed: 'tt', italics: 'i', small: 'small',
/external/skia/gm/
H A Dninepatchstretch.cpp74 const SkScalar fixed = SkIntToScalar(bm.width() - center.width()); local
77 { fixed * 4 / 5, fixed * 4 / 5 }, // shrink in both axes
78 { fixed * 4 / 5, fixed * 4 }, // shrink in X
79 { fixed * 4, fixed * 4 / 5 }, // shrink in Y
80 { fixed * 4, fixed * 4 }
94 SkRect r = SkRect::MakeXYWH(x + ix * fixed,
[all...]
/external/skia/samplecode/
H A DSampleNinePatch.cpp73 const SkScalar fixed = SkIntToScalar(bm.width() - center.width()); local
76 { fixed * 4 / 5, fixed * 4 / 5 }, // shrink in both axes
77 { fixed * 4 / 5, fixed * 4 }, // shrink in X
78 { fixed * 4, fixed * 4 / 5 }, // shrink in Y
79 { fixed * 4, fixed * 4 }
93 SkRect r = SkRect::MakeXYWH(x + ix * fixed,
[all...]
/external/webkit/Source/WebCore/rendering/
H A DLayoutState.cpp46 bool fixed = renderer->isPositioned() && renderer->style()->position() == FixedPosition; local
47 if (fixed) {
54 if (renderer->isPositioned() && !fixed) {
66 m_clipped = !fixed && prev->m_clipped;
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInline.cpp75 void RenderSVGInline::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) argument
77 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
80 void RenderSVGInline::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState& transformState) const argument
82 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, useTransforms, fixed, transformState);
H A DRenderSVGModelObject.cpp51 void RenderSVGModelObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) argument
53 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
56 void RenderSVGModelObject::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState) const
58 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState);
H A DRenderSVGForeignObject.cpp76 void RenderSVGForeignObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) argument
78 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
163 void RenderSVGForeignObject::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool useTransforms, TransformState& transformState) const argument
168 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState);
H A DRenderSVGRoot.cpp281 void RenderSVGRoot::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) argument
294 RenderBox::computeRectForRepaint(repaintContainer, repaintRect, fixed);
297 void RenderSVGRoot::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState) const
299 ASSERT(!fixed); // We should have no fixed content in the SVG rendering tree.
304 RenderBox::mapLocalToContainer(repaintContainer, fixed, useTransforms, transformState);
H A DRenderSVGText.cpp90 void RenderSVGText::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) argument
92 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
95 void RenderSVGText::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool useTransforms, TransformState& transformState) const argument
97 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState);
H A DSVGRenderSupport.cpp61 void SVGRenderSupport::computeRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) argument
69 object->parent()->computeRectForRepaint(repaintContainer, repaintRect, fixed);
72 void SVGRenderSupport::mapLocalToContainer(const RenderObject* object, RenderBoxModelObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState)
74 ASSERT(!fixed); // We should have no fixed content in the SVG rendering tree.
77 object->parent()->mapLocalToContainer(repaintContainer, fixed, useTransforms, transformState);
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler_unittest.cc37 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/qemu/distrib/zlib-1.2.3/
H A Dinfback.c65 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",
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
197 fixed code decoding. Normally this returns fixed tables from inffixed.h.
211 static code fixed[544]; local
213 /* build fixed huffman tables if first call (may not be thread safe) */
224 next = fixed;
275 puts(" /* inffixed.h -- table for decoding fixed codes");
790 case 1: /* fixed block */
792 Tracev((stderr, "inflate: fixed codes block%s\n",
/external/valgrind/main/none/tests/linux/
H A Dmremap2.c43 // 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/zlib/src/
H A Dinfback.c74 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",
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
252 fixed code decoding. Normally this returns fixed tables from inffixed.h.
266 static code fixed[544]; local
268 /* build fixed huffman tables if first call (may not be thread safe) */
279 next = fixed;
330 puts(" /* inffixed.h -- table for decoding fixed codes");
842 case 1: /* fixed block */
844 Tracev((stderr, "inflate: fixed codes block%s\n",
/external/kernel-headers/original/linux/
H A Dif_hippi.h105 __be32 fixed; member in struct:hippi_fp_hdr
/external/skia/src/utils/
H A DSkNinePatch.cpp59 // stretchy areas and scale the fixed areas to fit within the target bounds.
64 delta = SkScalarMul(delta, -stretchFactor); // scale fixed areas
66 // fixed and scale the stretchable areas to fill the target bounds.
160 const SkScalar fixed = SkIntToScalar(bitmap.width() - stretchSize); local
161 if (bounds.width() >= fixed)
162 stretchX = (bounds.width() - fixed) / stretchSize;
164 stretchX = SkScalarDiv(-bounds.width(), fixed);
172 const SkScalar fixed = SkIntToScalar(bitmap.height() - stretchSize); local
173 if (bounds.height() >= fixed)
174 stretchY = (bounds.height() - fixed) / stretchSiz
[all...]
/external/stlport/src/
H A Dios.cpp50 const ios_base::fmtflags ios_base::fixed; member in class:ios_base
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.cpp272 RefPtr<Element> fixed = doc->createElement(divTag, false); local
273 reportElement->appendChild(fixed.get(), ec);
274 fixed->setAttribute(styleAttr, "font-family:monospace;font-size:12px");
275 fixed->appendChild(doc->createTextNode(errorMessages), ec);
/external/zlib/src/contrib/infback9/
H A Dinfback9.c48 Build and output length and distance decoding tables for fixed code
59 code fixed[544]; local
67 next = fixed;
80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes");
293 case 1: /* fixed block */
298 Tracev((stderr, "inflate: fixed codes block%s\n",
/external/zlib/src/contrib/puff/
H A Dpuff.c49 * - Fix fixed codes table error
88 * they are fixed by the deflate format.
94 #define FIXLCODES 288 /* number of fixed literal/length codes */
231 * in the deflate format. See the format notes for fixed() and dynamic().
328 * fixed() and is not verified by construct().
332 * - Permitted and expected examples of incomplete codes are one of the fixed
334 * bit instead of zero bits. See the format notes for fixed() and dynamic().
385 * - Compressed data that is after the block type if fixed or after the code
475 return -10; /* invalid fixed code */
507 /* done with a valid fixed o
535 local int fixed(struct state *s) function
[all...]

Completed in 942 milliseconds

123