Home
last modified time | relevance | path

Searched refs:toAdd (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsBounds.h32 void add(const SkPathOpsBounds& toAdd) { in add()
33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom); in add()
/external/skia/src/pathops/
DSkPathOpsBounds.h32 void add(const SkPathOpsBounds& toAdd) { in add()
33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom); in add()
/external/chromium_org/chrome/browser/resources/options/
Dlanguage_dictionary_overlay_word_list.js151 var toAdd = [];
155 toAdd.push(entries[i]);
158 if (toAdd.length == 0)
160 for (var i = 0; i < toAdd.length; i++)
161 this.dataModel.splice(this.dataModel.length - 1, 0, toAdd[i]);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSlider.cpp82 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
83 m_minPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
84 m_maxPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
DRenderFileUploadControl.cpp193 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
194 m_minPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
195 m_maxPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
DRenderTextControl.cpp273 LayoutUnit toAdd = borderAndPaddingLogicalWidth(); in computePreferredLogicalWidths() local
275 m_minPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
276 m_maxPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
DRenderTableSection.cpp317 …int toAdd = (tableHeight * m_grid[row].logicalHeight.percent() / 100) - rowsHeight[row - rowIndex]; in distributeExtraRowSpanHeightToPercentRows() local
321 toAdd = min(toAdd, extraRowSpanningHeight); in distributeExtraRowSpanHeightToPercentRows()
322 accumulatedPositionIncrease += toAdd; in distributeExtraRowSpanHeightToPercentRows()
323 extraRowSpanningHeight -= toAdd; in distributeExtraRowSpanHeightToPercentRows()
787 …int toAdd = min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) -… in distributeExtraLogicalHeightToPercentRows() local
790 toAdd = max(0, toAdd); in distributeExtraLogicalHeightToPercentRows()
791 totalLogicalHeightAdded += toAdd; in distributeExtraLogicalHeightToPercentRows()
792 extraLogicalHeight -= toAdd; in distributeExtraLogicalHeightToPercentRows()
DRenderMenuList.cpp306 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
307 m_minPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
308 m_maxPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
DRenderDeprecatedFlexibleBox.cpp344 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox() local
414 setHeight(height() + toAdd); in layoutHorizontalBox()
635 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox() local
661 LayoutUnit minHeight = height() + toAdd; in layoutVerticalBox()
730 setHeight(height() + toAdd); in layoutVerticalBox()
DRenderListBox.cpp229 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
230 m_minPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
231 m_maxPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
DRenderBlockFlow.cpp315 LayoutUnit toAdd = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); in layoutBlock() local
316 … if (lowestFloatLogicalBottom() > (logicalHeight() - toAdd) && expandsToEncloseOverhangingFloats()) in layoutBlock()
317 setLogicalHeight(lowestFloatLogicalBottom() + toAdd); in layoutBlock()
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
DAnnotations.java192 public void addAll(Annotations toAdd) { in addAll() argument
195 if (toAdd == null) { in addAll()
199 for (Annotation a : toAdd.annotations.values()) { in addAll()
/external/icu4c/common/unicode/
Denumset.h36 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaBasicBlock.java616 NormalSsaInsn toAdd = new NormalSsaInsn( in addMoveToEnd() local
620 insns.add(insns.size() - 1, toAdd); in addMoveToEnd() local
639 NormalSsaInsn toAdd = new NormalSsaInsn( in addMoveToBeginning() local
643 insns.add(getCountPhiInsns(), toAdd); in addMoveToBeginning() local
758 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleUseBeforeAssigned() local
764 toSchedule.add(insertPlace++, toAdd); in scheduleUseBeforeAssigned()
950 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleMovesFromPhis() local
963 insns.set(movesFromPhisAtBeginning + 1, toAdd); in scheduleMovesFromPhis()
/external/chromium_org/third_party/icu/source/common/
Dcaniter.cpp469 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
471 if (toAdd == 0) { in getEquivalents2()
475 *toAdd += item; in getEquivalents2()
476 fillinResult->put(*toAdd, toAdd, status); in getEquivalents2()
Duresbund.c756 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() argument
783 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
/external/icu4c/common/
Dcaniter.cpp470 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
472 if (toAdd == 0) { in getEquivalents2()
476 *toAdd += item; in getEquivalents2()
477 fillinResult->put(*toAdd, toAdd, status); in getEquivalents2()
Duresbund.cpp767 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() argument
794 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
Dnetwork_status.js64 var toAdd = diff[1];
68 dataModel.splice.apply(dataModel, [dataModel.length, 0].concat(toAdd));
620 var toAdd = diff[1];
623 toAdd.forEach(function(id) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DRegisterAllocator.java164 SsaInsn toAdd = SsaInsn.makeFromRop( in insertMoveBefore() local
169 insns.add(insnIndex, toAdd); in insertMoveBefore()
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DBufferUtils.java396 public static void addInBuffer(Vector3f toAdd, FloatBuffer buf, int index) { in addInBuffer() argument
400 tempVec3.addLocal(toAdd); in addInBuffer()
601 public static void addInBuffer(Vector2f toAdd, FloatBuffer buf, int index) { in addInBuffer() argument
605 tempVec2.addLocal(toAdd); in addInBuffer()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
DOpcode.java412 private static void addOpcodes(Opcode... toAdd) { in addOpcodes() argument
413 for (Opcode opcode: toAdd) { in addOpcodes()