Home
last modified time | relevance | path

Searched refs:endPoint (Results 1 - 11 of 11) sorted by relevance

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java82 private transient Point endPoint = new Point(); field in DumbTextComponent
574 offset2Point(selection.getEnd(), false, endPoint); in drawSelection()
577 else caretPoint.setLocation(endPoint); in drawSelection()
578 if (startPoint.y == endPoint.y) { in drawSelection()
580 Math.max(1,endPoint.x-startPoint.x), lineHeight); in drawSelection()
584 if (startPoint.y + lineHeight < endPoint.y) in drawSelection()
586 (mySize.width-xInset)-xInset, endPoint.y - startPoint.y - lineHeight); in drawSelection()
587 paintRect(g, xInset, endPoint.y, endPoint.x-xInset, lineHeight); in drawSelection()
/third_party/skia/tools/
H A Dusing_skia_and_harfbuzz.cpp148 SkPoint endPoint = textBlobBuilder.endPoint(); in WriteLine() local
153 current_y + endPoint.y() > config->page_height.value) in WriteLine()
169 current_y += endPoint.y() + config->line_spacing_ratio.value * config->font_size.value; in WriteLine()
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp740 int endPoint = processedTessFactors.numPointsForOutsideEdge[edge] - 1; in QuadGeneratePoints() local
741 for(int p = startPoint; p < endPoint; p++,pointOffset++) // don't include end, since next edge starts with it. in QuadGeneratePoints()
744 int q = ((edge==1)||(edge==2)) ? p : endPoint - p; // reverse order in QuadGeneratePoints()
769 int endPoint[QUAD_AXES] = {processedTessFactors.numPointsForInsideTessFactor[U] - 1 - startPoint, in QuadGeneratePoints() local
775 int perpendicularAxisPoint = (edge < 2) ? startPoint : endPoint[parity[0]]; in QuadGeneratePoints()
780 for(int p = startPoint; p < endPoint[parity[1]]; p++, pointOffset++) // don't include end: next edge starts with it. in QuadGeneratePoints()
783 int q = ((edge == 1)||(edge==2)) ? p : endPoint[parity[1]] - (p - startPoint); in QuadGeneratePoints()
805 int endPoint = processedTessFactors.numPointsForInsideTessFactor[U] - 1 - startPoint; in QuadGeneratePoints() local
807 for( int p = startPoint; p <= endPoint; p++, pointOffset++ ) in QuadGeneratePoints()
820 int endPoint; in QuadGeneratePoints() local
1246 int endPoint = processedTessFactors.numPointsForOutsideEdge[edge] - 1; TriGeneratePoints() local
1278 int endPoint = processedTessFactors.numPointsForInsideTessFactor - 1 - startPoint; TriGeneratePoints() local
[all...]
/third_party/skia/experimental/graphite/src/
H A DContextUtils.cpp62 SkPoint endPoint, in make_linear_gradient_uniform_data()
70 &endPoint, in make_linear_gradient_uniform_data()
61 make_linear_gradient_uniform_data(SkPoint startPoint, SkPoint endPoint, SkColor4f colors[kMaxStops], float offsets[kMaxStops]) make_linear_gradient_uniform_data() argument
/third_party/skia/modules/skplaintexteditor/src/
H A Dshape.cpp44 SkPoint endPoint() const { return fOffset; } in endPoint() function in __anon18604::final
286 height = std::max(height, runHandler.endPoint().y()); in Shape()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveIntervals.cpp643 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
644 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
645 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()
675 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
676 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
677 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()
H A DRegisterCoalescer.cpp2689 if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def) in analyzeValue()
2749 if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB)) in analyzeValue()
/third_party/skia/samplecode/
H A DSampleTextBox.cpp97 canvas->translate(0, builder.endPoint().y()); in drawTest()
/third_party/skia/modules/skshaper/include/
H A DSkShaper.h318 SkPoint endPoint() { return fOffset; } in endPoint() function in SkiaRsText::final
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp835 XPS_POINT endPoint; in createXpsLinearGradient() local
838 endPoint = xps_point(info.fPoint[1]); in createXpsLinearGradient()
844 endPoint = xps_point(info.fPoint[1], localMatrix); in createXpsLinearGradient()
861 &endPoint, in createXpsLinearGradient()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveInterval.h146 SlotIndex endPoint() const { in endPoint() function in llvm::LiveQueryResult

Completed in 22 milliseconds