/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/comp/ |
D | rwbuffer-matrix.comp | 6 int index0; 45 mrow[index0][index1] = 1.0; 46 mrow2x2[index0][index1] = 2.0; 47 mrow2x3[index0][index1] = 3.0; 48 mrow3x2[index0][index1] = 4.0; 50 mrow[index0] = vec4(1.0); 51 mrow2x2[index0] = vec2(2.0); 52 mrow2x3[index0] = vec3(3.0); 53 mrow3x2[index0] = vec2(4.0); 58 mcol[index0][index1] = 1.0; [all …]
|
/third_party/skia/src/core/ |
D | SkLineClipper.cpp | 110 int index0, index1; in IntersectLine() local 113 index0 = 0; in IntersectLine() 116 index0 = 1; in IntersectLine() 124 if (tmp[index0].fY < clip.fTop) { in IntersectLine() 125 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop); in IntersectLine() 132 index0 = 0; in IntersectLine() 135 index0 = 1; in IntersectLine() 140 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight)) { in IntersectLine() 148 if (tmp[index0].fX < clip.fLeft) { in IntersectLine() 149 tmp[index0].set(clip.fLeft, sect_with_vertical(src, clip.fLeft)); in IntersectLine() [all …]
|
D | SkDraw_vertices.cpp | 79 int index0, int index1, int index2); 160 const SkPMColor4f colors[], int index0, int index1, int index2) { in update() argument 163 m.set(0, pts[index1].fX - pts[index0].fX); in update() 164 m.set(1, pts[index2].fX - pts[index0].fX); in update() 165 m.set(2, pts[index0].fX); in update() 166 m.set(3, pts[index1].fY - pts[index0].fY); in update() 167 m.set(4, pts[index2].fY - pts[index0].fY); in update() 168 m.set(5, pts[index0].fY); in update() 175 Sk4f c0 = Sk4f::Load(colors[index0].vec()), in update()
|
/third_party/flutter/skia/src/core/ |
D | SkLineClipper.cpp | 110 int index0, index1; in IntersectLine() local 113 index0 = 0; in IntersectLine() 116 index0 = 1; in IntersectLine() 124 if (tmp[index0].fY < clip.fTop) { in IntersectLine() 125 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop); in IntersectLine() 132 index0 = 0; in IntersectLine() 135 index0 = 1; in IntersectLine() 140 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight)) { in IntersectLine() 148 if (tmp[index0].fX < clip.fLeft) { in IntersectLine() 149 tmp[index0].set(clip.fLeft, sect_with_vertical(src, clip.fLeft)); in IntersectLine() [all …]
|
D | SkDraw_vertices.cpp | 104 int index0, int index1, int index2, Matrix43* result) { in update_tricolor_matrix() argument 107 m.set(0, pts[index1].fX - pts[index0].fX); in update_tricolor_matrix() 108 m.set(1, pts[index2].fX - pts[index0].fX); in update_tricolor_matrix() 109 m.set(2, pts[index0].fX); in update_tricolor_matrix() 110 m.set(3, pts[index1].fY - pts[index0].fY); in update_tricolor_matrix() 111 m.set(4, pts[index2].fY - pts[index0].fY); in update_tricolor_matrix() 112 m.set(5, pts[index0].fY); in update_tricolor_matrix() 120 Sk4f c0 = Sk4f::Load(colors[index0].vec()), in update_tricolor_matrix()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberRangeFormatterImpl.java | 339 h.length1 += NumberFormatterImpl.writeNumber(micros1, quantity1, string, h.index0()); in formatRange() 346 h.lengthSuffix += mod.apply(string, h.index0(), h.index4()); in formatRange() 350 h.length1 += micros1.modInner.apply(string, h.index0(), h.index1()); in formatRange() 356 h.lengthSuffix += mod.apply(string, h.index0(), h.index4()); in formatRange() 360 h.length1 += micros1.modMiddle.apply(string, h.index0(), h.index1()); in formatRange() 366 h.lengthSuffix += mod.apply(string, h.index0(), h.index4()); in formatRange() 370 h.length1 += micros1.modOuter.apply(string, h.index0(), h.index1()); in formatRange() 379 h.index0(), in formatRange()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | NumberRangeFormatterImpl.java | 339 h.length1 += NumberFormatterImpl.writeNumber(micros1, quantity1, string, h.index0()); in formatRange() 347 h.lengthInfix += mod.apply(string, h.index0(), h.index3()); in formatRange() 349 h.length1 += micros1.modInner.apply(string, h.index0(), h.index1()); in formatRange() 356 h.lengthInfix += mod.apply(string, h.index0(), h.index3()); in formatRange() 358 h.length1 += micros1.modMiddle.apply(string, h.index0(), h.index1()); in formatRange() 365 h.lengthInfix += mod.apply(string, h.index0(), h.index3()); in formatRange() 367 h.length1 += micros1.modOuter.apply(string, h.index0(), h.index1()); in formatRange()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleData.java | 439 int index0 = localeSeparator.indexOf(sub0); in getLocaleSeparator() local 441 if (index0 >= 0 && index1 >= 0 && index0 <= index1) { in getLocaleSeparator() 442 return localeSeparator.substring(index0 + sub0.length(), index1); in getLocaleSeparator()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | LocaleData.java | 424 int index0 = localeSeparator.indexOf(sub0); in getLocaleSeparator() local 426 if (index0 >= 0 && index1 >= 0 && index0 <= index1) { in getLocaleSeparator() 427 return localeSeparator.substring(index0 + sub0.length(), index1); in getLocaleSeparator()
|
/third_party/flutter/skia/src/utils/ |
D | SkPolyUtils.cpp | 522 ActiveEdge(const SkPoint& p0, const SkVector& v, uint16_t index0, uint16_t index1) in ActiveEdge() 524 , fIndex0(index0) 600 bool intersect(const SkPoint& q0, const SkVector& w, uint16_t index0, uint16_t index1) const { in intersect() 602 if (this->fIndex0 == index0 || this->fIndex1 == index0 || in intersect() 650 bool equals(uint16_t index0, uint16_t index1) const { in equals() 651 return (this->fIndex0 == index0 && this->fIndex1 == index1); in equals() 675 bool insert(const SkPoint& p0, const SkPoint& p1, uint16_t index0, uint16_t index1) { in insert() argument 682 ActiveEdge* root = fTreeHead.fChild[1] = this->allocate(p0, v, index0, index1); in insert() 706 if ((pred && pred->intersect(p0, v, index0, index1)) || in insert() 707 (succ && succ->intersect(p0, v, index0, index1))) { in insert() [all …]
|
D | SkShadowTessellator.cpp | 82 void appendTriangle(uint16_t index0, uint16_t index1, uint16_t index2); 83 void appendQuad(uint16_t index0, uint16_t index1, uint16_t index2, uint16_t index3); 872 void SkBaseShadowTessellator::appendTriangle(uint16_t index0, uint16_t index1, uint16_t index2) { in appendTriangle() argument 875 indices[0] = index0; in appendTriangle() 880 void SkBaseShadowTessellator::appendQuad(uint16_t index0, uint16_t index1, in appendQuad() argument 884 indices[0] = index0; in appendQuad()
|
/third_party/skia/src/utils/ |
D | SkPolyUtils.cpp | 538 ActiveEdge(const SkPoint& p0, const SkVector& v, uint16_t index0, uint16_t index1) in ActiveEdge() 540 , fIndex0(index0) 616 bool intersect(const SkPoint& q0, const SkVector& w, uint16_t index0, uint16_t index1) const { in intersect() 618 if (this->fIndex0 == index0 || this->fIndex1 == index0 || in intersect() 666 bool equals(uint16_t index0, uint16_t index1) const { in equals() 667 return (this->fIndex0 == index0 && this->fIndex1 == index1); in equals() 691 bool insert(const SkPoint& p0, const SkPoint& p1, uint16_t index0, uint16_t index1) { in insert() argument 698 ActiveEdge* root = fTreeHead.fChild[1] = this->allocate(p0, v, index0, index1); in insert() 722 if ((pred && pred->intersect(p0, v, index0, index1)) || in insert() 723 (succ && succ->intersect(p0, v, index0, index1))) { in insert() [all …]
|
D | SkShadowTessellator.cpp | 83 void appendTriangle(uint16_t index0, uint16_t index1, uint16_t index2); 84 void appendQuad(uint16_t index0, uint16_t index1, uint16_t index2, uint16_t index3); 869 void SkBaseShadowTessellator::appendTriangle(uint16_t index0, uint16_t index1, uint16_t index2) { in appendTriangle() argument 872 indices[0] = index0; in appendTriangle() 877 void SkBaseShadowTessellator::appendQuad(uint16_t index0, uint16_t index1, in appendQuad() argument 881 indices[0] = index0; in appendQuad()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pixel_buffer.cpp | 175 uint32 index0; in OptimizeOrder() local 184 index0 = 0; in OptimizeOrder() 191 index0 = 2; in OptimizeOrder() 198 index0 = 0; in OptimizeOrder() 210 index0 = 1; in OptimizeOrder() 217 index0 = 2; in OptimizeOrder() 224 index0 = 1; in OptimizeOrder() 237 count0 = count [index0]; in OptimizeOrder() 247 sStep0 = step [index0]; in OptimizeOrder() 255 dStep0 = step [index0]; in OptimizeOrder()
|
D | dng_utils.cpp | 612 for (uint32 index0 = 0; index0 < count0; index0++) in Process() local
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | runtime.py | 362 self.index0 = -1 370 return args[self.index0 % len(args)] 379 first = property(lambda x: x.index0 == 0) 381 index = property(lambda x: x.index0 + 1) 382 revindex = property(lambda x: x.length - x.index0) 446 iterations_done = self.index0 + 2 473 ctx.index0 += 1
|
/third_party/jinja2/ |
D | runtime.py | 393 index0 = -1 variable in LoopContext 457 return self.index0 + 1 473 return self.length - self.index0 478 return self.index0 == 0 537 return args[self.index0 % len(args)] 561 self.index0 += 1 613 return await self.length - self.index0 649 self.index0 += 1
|
D | asyncsupport.py | 210 return await self.length - self.index0 246 self.index0 += 1
|
/third_party/skia/third_party/externals/jinja2/ |
D | runtime.py | 385 index0 = -1 variable in LoopContext 443 return self.index0 + 1 459 return self.length - self.index0 464 return self.index0 == 0 523 return args[self.index0 % len(args)] 547 self.index0 += 1
|
D | asyncsupport.py | 210 return await self.length - self.index0 246 self.index0 += 1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.td | 286 int index0, 287 int index1 = !add(index0, 1), 288 int index2 = !add(index0, !if(!eq(size, 2), 1, 2)), 289 int index3 = !add(index0, !if(!eq(size, 2), 1, 3)), 290 int index4 = !add(index0, !if(!eq(size, 8), 4, 1)), 291 int index5 = !add(index0, !if(!eq(size, 8), 5, 1)), 292 int index6 = !add(index0, !if(!eq(size, 8), 6, 1)), 293 int index7 = !add(index0, !if(!eq(size, 8), 7, 1)), 294 Register r0 = !cast<Register>("TTMP"#index0#tgt), 302 TmpRegTuplesBase<index0, size,
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtitvfmt.cpp | 1305 int32_t index0 = combiningPattern.indexOf(bracketedZero, 3, 0); in adjustPosition() local 1307 if (index0 < 0 || index1 < 0) { in adjustPosition() 1311 if (index0 < index1) { in adjustPosition() 1313 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition() 1314 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition() 1327 index0 += pat1.length() - placeholderLen; // adjust for pat1 replacing {1} in adjustPosition() 1328 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition() 1329 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/ |
D | PrefixInfixSuffixLengthHelper.java | 17 public int index0() { in index0() method in PrefixInfixSuffixLengthHelper
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/ |
D | PrefixInfixSuffixLengthHelper.java | 15 public int index0() { in index0() method in PrefixInfixSuffixLengthHelper
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexPipeline.cpp | 50 UInt index0[4]; in transformBlend() local 70 index0[i] = (indices & 0x000000FF) << 6; in transformBlend() 80 index0[i] = 0 * 64; in transformBlend() 103 dst = transform(src, matrix, index0, homogeneous); in transformBlend() 112 pos0 = transform(src, matrix, index0, homogeneous); in transformBlend() 128 pos0 = transform(src, matrix, index0, homogeneous); in transformBlend() 146 pos0 = transform(src, matrix, index0, homogeneous); in transformBlend()
|