/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsBounds.h | 32 void add(const SkPathOpsBounds& toAdd) { in add() 33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom); in add()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsBounds.h | 32 void add(const SkPathOpsBounds& toAdd) { in add() 33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom); in add()
|
/third_party/skia/src/gpu/v1/ |
D | ClipStack.cpp | 895 bool ClipStack::SaveRecord::addElement(RawElement&& toAdd, RawElement::Stack* elements) { in addElement() argument 898 SkASSERT((toAdd.shape().isEmpty() || !toAdd.outerBounds().isEmpty()) && in addElement() 899 (toAdd.innerBounds().isEmpty() || toAdd.outerBounds().contains(toAdd.innerBounds()))); in addElement() 906 } else if (toAdd.shape().isEmpty()) { in addElement() 908 SkASSERT(toAdd.op() == SkClipOp::kIntersect); in addElement() 915 switch (get_clip_geometry(*this, toAdd)) { in addElement() 928 this->replaceWithElement(std::move(toAdd), elements); in addElement() 941 this->replaceWithElement(std::move(toAdd), elements); in addElement() 947 if (toAdd.op() == SkClipOp::kIntersect) { in addElement() 950 SkAssertResult(fOuterBounds.intersect(toAdd.outerBounds())); in addElement() [all …]
|
D | ClipStack.h | 240 bool addElement(RawElement&& toAdd, RawElement::Stack* elements); 257 bool appendElement(RawElement&& toAdd, RawElement::Stack* elements); 258 void replaceWithElement(RawElement&& toAdd, RawElement::Stack* elements);
|
/third_party/icu/tools/colprobe/ |
D | sortedlines.cpp | 371 void SortedLines::addAll(Line* toAdd, int32_t toAddSize) in addAll() argument 380 lines[size+i] = toAdd[i]; in addAll() 490 Line lower, upper, trial, toAdd, helper; in detectContractions() local 530 toAdd.setToConcat(firstRep[i], secondRep[j]); in detectContractions() 631 toAdd.strength = probe.getStrength(xym, toAdd); in detectContractions() 632 if(secondRep[j]->strength != toAdd.strength) { in detectContractions() 638 if(toAdd.strength == UCOL_OFF) { in detectContractions() 683 … trial.len = unorm_normalize(toAdd.name, toAdd.len, UNORM_NFC, 0, trial.name, 25, &status); in detectContractions() 685 if(trial == toAdd) { in detectContractions() 713 Line toAdd; in noteContraction() local [all …]
|
D | sortedlines.h | 113 void addAll(Line* toAdd, int32_t toAddSize);
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
D | utils.js | 167 let toAdd = split[splitIndex]; 169 if (retLen + strlen(toAdd) > desiredLength) { 170 toAdd = truncateWidth(toAdd, desiredLength - retLen); 172 ret += toAdd; 173 retLen += strlen(toAdd);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | enumset.h | 41 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | enumset.h | 41 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | enumset.h | 41 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
|
/third_party/icu/icu4c/source/common/unicode/ |
D | enumset.h | 41 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
|
/third_party/node/deps/icu-small/source/common/ |
D | caniter.cpp | 472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local 474 if (toAdd == 0) { in getEquivalents2() 478 *toAdd += item; in getEquivalents2() 479 fillinResult->put(*toAdd, toAdd, status); in getEquivalents2()
|
/third_party/icu/icu4c/source/common/ |
D | caniter.cpp | 472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local 474 if (toAdd == 0) { in getEquivalents2() 478 *toAdd += item; in getEquivalents2() 479 fillinResult->put(*toAdd, toAdd, status); in getEquivalents2()
|
D | uresbund.cpp | 895 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() argument 922 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | caniter.cpp | 472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local 474 if (toAdd == 0) { in getEquivalents2() 478 *toAdd += item; in getEquivalents2() 479 fillinResult->put(*toAdd, toAdd, status); in getEquivalents2()
|
D | uresbund.cpp | 877 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() argument 904 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | caniter.cpp | 472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local 474 if (toAdd == 0) { in getEquivalents2() 478 *toAdd += item; in getEquivalents2() 479 fillinResult->put(*toAdd, toAdd, status); in getEquivalents2()
|
D | uresbund.cpp | 895 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() argument 922 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/ |
D | MainActivity.kt | 88 val toAdd = Effect(it) in <lambda>() constant 89 EffectsAdapter.effectList.add(toAdd) in <lambda>() 90 NativeInterface.addEffect(toAdd) in <lambda>()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | goomsl_yacc.y | 459 int toAdd; in precommit_expr() local 471 toAdd = 1; in precommit_expr() 475 toAdd = 0; in precommit_expr() 524 toAdd = 1; in precommit_expr() 532 printf("%s %s %s\n", type, tmp->str, expr->unode.opr.op[toAdd]->str); in precommit_expr() 540 commit_node(expr->unode.opr.op[toAdd],1); in precommit_expr()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | PluralRules.java | 1970 IFixedDecimal toAdd = new FixedDecimal(trial); in addConditional() local 1971 if (!toAddTo.contains(toAdd) && !others.contains(toAdd)) { in addConditional() 1972 others.add(toAdd); in addConditional()
|
/third_party/skia/third_party/externals/angle2/src/feature_support_util/ |
D | feature_support_util.cpp | 192 void addItem(T &&toAdd) in addItem() argument 194 mList.push_back(std::move(toAdd)); in addItem()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralRules.java | 2037 IFixedDecimal toAdd = new FixedDecimal(trial); in addConditional() local 2038 if (!toAddTo.contains(toAdd) && !others.contains(toAdd)) { in addConditional() 2039 others.add(toAdd); in addConditional()
|
/third_party/flutter/skia/third_party/externals/angle2/src/feature_support_util/ |
D | feature_support_util.cpp | 165 void addItem(const T &toAdd) in addItem() argument 167 mList.push_back(toAdd); in addItem()
|
/third_party/typescript/src/compiler/ |
D | core.ts | 1024 …export function pushIfUnique<T>(array: T[], toAdd: T, equalityComparer?: EqualityComparer<T>): boo… 1025 if (contains(array, toAdd, equalityComparer)) { 1029 array.push(toAdd); 1037 …export function appendIfUnique<T>(array: T[] | undefined, toAdd: T, equalityComparer?: EqualityCom… 1039 pushIfUnique(array, toAdd, equalityComparer); 1043 return [toAdd];
|