Searched refs:layout (Results 101 - 125 of 362) sorted by relevance

1234567891011>>

/external/icu4c/samples/
H A Dreadme.txt19 layout - demonstrates the ICU LayoutEngine
78 - legacy and layout are not included in these lists,
/external/webkit/Source/WebCore/rendering/
H A DRenderIFrame.cpp106 void RenderIFrame::layout() function in class:WebCore::RenderIFrame
118 RenderPart::layout();
H A DRenderScrollbar.cpp54 part->layout();
186 // See if the scrollbar's thickness changed. If so, we need to mark our owning object as needing a layout.
192 part->layout();
287 partRenderer->layout();
318 part->layout();
344 partRenderer->layout();
362 partRenderer->layout();
H A DRenderDetails.cpp151 void RenderDetails::layout() function in class:WebCore::RenderDetails
154 RenderBlock::layout();
H A DRenderApplet.cpp51 // layout and sizing to be correct. We should remove this and
83 void RenderApplet::layout() function in class:WebCore::RenderApplet
90 // The applet's widget gets created lazily upon first layout.
/external/skia/src/gpu/
H A DGrDrawTarget.cpp98 bool check_layout(GrVertexLayout layout) { argument
101 int stageBits = layout & gStageMasks[s];
109 int num_tex_coords(GrVertexLayout layout) { argument
113 if (gTexCoordMasks[t] & layout) {
146 * Functions for computing offsets of various components from the layout
817 const GrVertexLayout& layout = this->getGeomSrc().fVertexLayout;
821 if ((layout & kColor_VertexLayoutBit) ||
833 if (StageWillBeUsed(s, layout, fCurrDrawState)) {
849 const GrVertexLayout& layout = this->getGeomSrc().fVertexLayout;
890 (!(layout
[all...]
H A DGrBufferAllocPool.cpp373 void* GrVertexBufferAllocPool::makeSpace(GrVertexLayout layout, argument
382 size_t vSize = GrDrawTarget::VertexSize(layout);
396 bool GrVertexBufferAllocPool::appendVertices(GrVertexLayout layout, argument
401 void* space = makeSpace(layout, vertexCount, buffer, startVertex);
405 GrDrawTarget::VertexSize(layout) * vertexCount);
412 int GrVertexBufferAllocPool::preallocatedBufferVertices(GrVertexLayout layout) const {
414 GrDrawTarget::VertexSize(layout);
417 int GrVertexBufferAllocPool::currentBufferVertices(GrVertexLayout layout) const {
418 return currentBufferItems(GrDrawTarget::VertexSize(layout));
/external/chromium/chrome/browser/chromeos/input_method/
H A Dxkeyboard_unittest.cc139 // CreateFullXkbLayoutName should accept a layout with a variant name.
155 // When the layout name is not "us", the second layout should be added.
173 const std::string layout = CreateFullXkbLayoutName( local
176 EXPECT_STREQ("us+", layout.substr(0, 3).c_str())
177 << "layout: " << layout;
179 EXPECT_TRUE(layouts.insert(layout).second) << "layout: " << layout;
[all...]
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSubSup.cpp145 void RenderMathMLSubSup::layout() function in class:WebCore::RenderMathMLSubSup
152 RenderBlock::layout();
171 RenderBlock::layout();
/external/chromium/chrome/browser/resources/
H A Dkeyboard_overlay.js288 var layout = getLayouts()[keyboardGlyphData.layoutName];
289 for (var i = 0; i < layout.length; ++i) {
290 var identifier = layout[i][0];
345 * Initializes the layout of the keys.
348 var layout = getLayouts()[getKeyboardGlyphData().layoutName];
358 for (var i = 0; i < layout.length; i++) {
359 var array = layout[i];
433 * Initializes the global keyboad overlay ID and the layout of keys.
/external/chromium/chrome/browser/ui/views/
H A Dcookie_info_view.h81 void AddLabelRow(int layout_id, views::GridLayout* layout,
83 void AddControlRow(int layout_id, views::GridLayout* layout,
86 // Sets up the view layout.
H A Dgeneric_info_view.h55 void AddRow(int layout_id, views::GridLayout* layout,
/external/llvm/docs/
H A Dllvm.css96 table.layout { text-align: left; border: none; border-collapse: collapse;
98 tr.layout, td.layout, td.left, td.right
102 th.layout { border: none; font-weight: bold; font-size: 105%;
/external/proguard/src/proguard/gui/
H A DTabbedPane.java49 GridBagLayout layout = new GridBagLayout();
50 setLayout(layout);
/external/skia/android_sample/SampleApp/src/com/skia/sampleapp/
H A DSampleApp.java67 setContentView(R.layout.layout);
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGForeignObject.cpp100 void RenderSVGForeignObject::layout() function in class:WebCore::RenderSVGForeignObject
131 RenderBlock::layout();
138 // Invalidate all resources of this client if our layout changed.
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDocument.h56 @discussion Called when WebKit has determined that the document view needs to layout.
57 This method should simply set a flag and call layout from drawRect if the flag is YES.
58 @param flag YES to cause a layout, no to not cause a layout.
63 @method layout
64 @discussion Called when the document view must immediately layout. For simple views,
67 - (void)layout;
/external/webkit/Tools/DumpRenderTree/chromium/
H A Dfonts.conf36 <!-- Some layout tests specify Helvetica as a family and we need to make sure
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp61 static QTextLine setupLayout(QTextLayout* layout, const TextRun& style) argument
66 layout->setFlags(flags);
67 layout->beginLayout();
68 QTextLine line = layout->createLine();
72 layout->endLayout();
116 QTextLayout layout(string, font);
117 QTextLine line = setupLayout(&layout, run);
346 QTextLayout layout(string, font());
347 QTextLine line = setupLayout(&layout, run);
368 QTextLayout layout(strin
[all...]
/external/clang/utils/ABITest/layout/
H A DMakefile8 TESTARGS := --max-args 0 --test-layout
/external/icu4c/samples/layout/
H A DMakefile.in1 ## Makefile.in for ICU - samples/layout
17 subdir = samples/layout
26 CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layoutex -I$(top_srcdir)/layout -I$(top_srcdir) -g
/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DDemoLaunchAdapter.java46 convertView = inflater.inflate(R.layout.demo_row, null);
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java79 setContentView(R.layout.animation_player);
92 setContentView(R.layout.good_ending_animation);
96 setContentView(R.layout.kabocha_ending_animation);
125 setContentView(R.layout.rokudou_ending_animation);
/external/valgrind/main/coregrind/
H A Dpub_core_gdbserver.h105 layout,
117 VexGuestLayout* layout,
/external/valgrind/main/exp-sgcheck/
H A Dh_main.h73 VexGuestLayout* layout,

Completed in 1668 milliseconds

1234567891011>>