HomeSort by relevance Sort by last modified time
    Searched refs:Cap (Results 51 - 75 of 251) sorted by null

1 23 4 5 6 7 8 91011

  /external/skia/include/core/
SkPaint.h 635 /** \enum SkPaint::Cap
636 Cap draws at the beginning and end of an open path contour.
638 enum Cap {
651 kLast_Cap = kSquare_Cap, //!< Equivalent to the largest value for Cap.
654 Cap is set to kButt_Cap by default.
659 /** The number of different SkPaint::Cap values defined.
660 May be used to verify that SkPaint::Cap is a legal value.*/
701 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; }
705 @param cap one of: kButt_Cap, kRound_Cap, kSquare_Cap
    [all...]
  /external/skqp/gm/
nonclosedpaths.cpp 26 // The path looks closed, but final rendering has 2 ends with cap.
81 constexpr SkPaint::Cap kCap[] = {
100 for (size_t cap = 0; cap < SK_ARRAY_COUNT(kCap); ++cap) {
110 paint.setStrokeCap(kCap[cap]);
cubicpaths.cpp 141 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
146 paint.setStrokeCap(cap);
178 SkPaint::Cap fCap;
215 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) {
216 if (0 < cap) {
232 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle
    [all...]
  /external/skqp/include/core/
SkPaint.h 636 /** \enum SkPaint::Cap
637 Cap draws at the beginning and end of an open path contour.
639 enum Cap {
652 kLast_Cap = kSquare_Cap, //!< Equivalent to the largest value for Cap.
655 Cap is set to kButt_Cap by default.
698 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; }
702 @param cap one of: kButt_Cap, kRound_Cap, kSquare_Cap;
703 has no effect if cap is not valid
705 void setStrokeCap(Cap cap)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
memmove_linux_amd64_test.go 52 sp.Len, sp.Cap = 3<<30, 3<<30
  /prebuilts/go/linux-x86/src/runtime/
memmove_linux_amd64_test.go 52 sp.Len, sp.Cap = 3<<30, 3<<30
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 214 auto Cap = getVec(CapabilityAddresses);
216 Cap.push_back(CapabilityFloat16Buffer);
218 Cap.insert(Cap.end(), C.begin(), C.end());
219 return Cap;
SPIRVModule.cpp 92 bool hasCapability(SPIRVCapabilityKind Cap) const {
93 return CapMap.find(Cap) != CapMap.end();
451 SPIRVModuleImpl::addCapability(SPIRVCapabilityKind Cap) {
452 addCapabilities(SPIRV::getCapability(Cap));
453 SPIRVDBG(spvdbgs() << "addCapability: " << Cap << '\n');
454 if (hasCapability(Cap))
457 CapMap.insert(std::make_pair(Cap, new SPIRVCapability(this, Cap)));
461 SPIRVModuleImpl::addCapabilityInternal(SPIRVCapabilityKind Cap) {
463 if (hasCapability(Cap))
    [all...]
  /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
CircularProgressDrawable.java 215 * Sets the stroke cap of the progress spinner. Default stroke cap is {@link Paint.Cap#SQUARE}.
217 * @param strokeCap stroke cap
219 public void setStrokeCap(@NonNull Paint.Cap strokeCap) {
225 * Returns the stroke cap of the progress spinner.
227 * @return stroke cap
230 public Paint.Cap getStrokeCap() {
647 mPaint.setStrokeCap(Paint.Cap.SQUARE);
668 void setStrokeCap(Paint.Cap strokeCap)
    [all...]
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 161 mHourPaint.setStrokeCap(Paint.Cap.ROUND);
168 mMinutePaint.setStrokeCap(Paint.Cap.ROUND);
175 mSecondPaint.setStrokeCap(Paint.Cap.ROUND);
SweepWatchFaceService.java 133 mHourPaint.setStrokeCap(Paint.Cap.ROUND);
140 mMinutePaint.setStrokeCap(Paint.Cap.ROUND);
147 mSecondPaint.setStrokeCap(Paint.Cap.ROUND);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 165 paint.setStrokeCap(Paint.Cap.BUTT);
173 paint.setStrokeCap(Paint.Cap.ROUND);
179 paint.setStrokeCap(Paint.Cap.SQUARE);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointFormatter.java 115 vertexPaint.setStrokeCap(Paint.Cap.ROUND);
  /external/pdfium/xfa/fxfa/parser/
cxfa_stroke.cpp 93 return JSObject()->GetEnum(XFA_Attribute::Cap);
  /external/skia/gm/
cubicpaths.cpp 141 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
146 paint.setStrokeCap(cap);
178 SkPaint::Cap fCap;
215 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) {
216 if (0 < cap) {
232 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle
    [all...]
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 39 static int to_stroke_cap(uint8_t cap) {
40 // PDF32000.book section 8.4.3.3 "Line Cap Style"
41 switch ((SkPaint::Cap)cap) {
  /external/skqp/src/pdf/
SkPDFGraphicState.cpp 39 static int to_stroke_cap(uint8_t cap) {
40 // PDF32000.book section 8.4.3.3 "Line Cap Style"
41 switch ((SkPaint::Cap)cap) {
  /frameworks/base/libs/hwui/
PathCache.h 114 SkPaint::Cap cap; member in struct:android::uirenderer::PathDescription
TessellationCache.h 64 SkPaint::Cap cap; member in struct:android::uirenderer::TessellationCache::Description
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 660 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
661 return OperandRecycler.allocate(Cap, Allocator);
666 /// Cap must be the same capacity that was used to allocate the array.
667 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
668 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h 668 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
669 return OperandRecycler.allocate(Cap, Allocator);
674 /// Cap must be the same capacity that was used to allocate the array.
675 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
676 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h 668 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
669 return OperandRecycler.allocate(Cap, Allocator);
674 /// Cap must be the same capacity that was used to allocate the array.
675 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
676 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineFunction.h 686 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
687 return OperandRecycler.allocate(Cap, Allocator);
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineFunction.h 686 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
687 return OperandRecycler.allocate(Cap, Allocator);
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineFunction.h 686 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
687 return OperandRecycler.allocate(Cap, Allocator);
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
    [all...]

Completed in 1873 milliseconds

1 23 4 5 6 7 8 91011