Home
last modified time | relevance | path

Searched defs:size (Results 10151 - 10175 of 22356) sorted by relevance

1...<<401402403404405406407408409410>>...895

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array.h179 size_type size() const { return storage_.size(); } in size() function in absl::FixedArray
216 ABSL_HARDENING_ASSERT(i < size()); return data()[i]; } const_reference operator[](size_type i) const { ABSL_HARDENING_ASSERT(i < size()); return data()[i]; } reference at(size_type i) { if (ABSL_PREDICT_FALSE(i >= size())) { base_internal::ThrowStdOutOfRange(�); } return data()[i]; } const_reference at(size_type i) const { if (ABSL_PREDICT_FALSE(i >= size()) operator []() argument
464 size_type size() const { return size_alloc_.template get<0>(); } size() function in absl::FixedArray::Storage
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_format_test.cc264 int size = std::ftell(file_); in ReadFile() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc177 size_t size = sizeof(freq); in GetNominalCPUFrequency() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info_statistics_test.cc49 CordRepFlat* Flat(size_t size) { in Flat() argument
[all...]
H A Dcordz_info.cc144 void CountFlat(size_t size) { in CountFlat() argument
177 size_t size = rep.rep->flat()->AllocatedSize(); CountLinearReps() local
187 size_t size = rep.rep->length + sizeof(CordRepExternalImpl<intptr_t>); CountLinearReps() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.cc244 int SnprintF(char* output, size_t size, const UntypedFormatSpecImpl format, in SnprintF() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan_test.cc119 int size() const { return storage.size(); } in size() function
162 int size() { return 1; } in size() function
168 const char* size() { return "1"; } in size() function
181 int size() { retur in data() function
[all...]
/third_party/skia/experimental/graphite/src/
H A DGraphicsPipelineDesc.h259 constexpr size_t GraphicsPipelineDesc::Attribute::size() const { in size() function in skgpu::GraphicsPipelineDesc::Attribute
/third_party/skia/experimental/graphite/src/geom/
H A DRect.h37 AI static Rect XYWH(float2 topLeft, float2 size) { in XYWH() argument
43 AI static Rect WH(float2 size) { in WH() argument
96 AI float2 size() const { return -(fVals.xy() + fVals.zw()); } // == [-(l-r), -(t-b)] == [w, h] in size() function in skgpu::Rect
/third_party/skia/include/core/
H A DSkRect.h176 SkISize size() const { return SkISize::Make(this->width(), this->height()); } size() function
[all...]
/third_party/skia/include/private/
H A DSkTDArray.h96 size_t size() const { return fCount; } in size() function in SkTDArray
/third_party/skia/modules/skottie/include/
H A DSkottie.h265 const SkSize& size() const { return fSize; } in size() function in skottie::Animation
/third_party/skia/modules/skottie/src/effects/
H A DMotionTileEffect.cpp43 TileRenderNode(const SkSize& size, sk_sp<sksg::RenderNode> layer) in TileRenderNode() argument
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp109 size_t size() const { return fDomainSize; } in size() function in skottie::internal::__anon18586::CoverageProcessor
/third_party/skia/modules/skshaper/include/
H A DSkShaper.h233 constexpr size_t size() const { return fSize; } in size() function
/third_party/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp156 bool setUTF8(const char* utf8, size_t size) { in setUTF8() argument
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp26 size_t size() const { return fStorage.size(); } in size() function in SkRandomAccessWStream
85 static int sk_write_packet(void* ctx, uint8_t* buffer, int size) { in sk_write_packet() argument
[all...]
/third_party/skia/experimental/sktext/editor/
H A DTexts.h27 StaticText(std::u16string text, SkPoint offset, SkSize size, SkSpan<FontBlock> fontBlocks, TextDirection textDirection, TextAlign textAlign) { in StaticText() argument
58 DynamicText(std::u16string text, SkPoint offset, SkSize size, SkSpan<FontBlock> fontBlocks, SkSpan<DecoratedBlock> decorations, TextDirection textDirection, TextAlign textAlign) DynamicText() argument
142 EditableText(std::u16string text, SkPoint offset, SkSize size, SkSpan<FontBlock> fontBlocks, SkSpan<DecoratedBlock> decorations, TextDirection textDirection, TextAlign textAlign) EditableText() argument
[all...]
/third_party/skia/gm/
H A Dcomposeshader.cpp286 static sk_sp<SkShader> make_src_shader(SkScalar size) { in make_src_shader() argument
292 static sk_sp<SkShader> make_dst_shader(SkScalar size) { in make_dst_shader() argument
H A Dconvexpolyclip.cpp162 SkISize size = canvas->getBaseLayerSize(); variable
H A Dasyncrescaleandread.cpp410 int size = 256; in DEF_SIMPLE_GM_CAN_FAIL() local
70 do_read_and_scale_yuv(Src* src, GrDirectContext* direct, SkYUVColorSpace yuvCS, const SkIRect& srcRect, SkISize size, SkImage::RescaleGamma rescaleGamma, SkImage::RescaleMode rescaleMode, SkScopeExit* cleanup) do_read_and_scale_yuv() argument
[all...]
H A Dimage_pict.cpp83 const SkISize size = SkISize::Make(100, 100); variable
H A Dgpu_blur_utils.cpp78 SkISize size = {dstB.width() + 2*outset.x(), dstB.height() + 2*outset.y()}; in slow_blur() local
H A Dgm.h219 SimpleGM(SkColor bgColor, const SkString& name, const SkISize& size, DrawProc drawProc) in SimpleGM() argument
236 SimpleGpuGM(SkColor bgColor, const SkString& name, const SkISize& size, DrawProc drawProc) in SimpleGpuGM() argument
/third_party/skia/modules/canvaskit/
H A Dskottie_bindings.cpp192 const SkSize& size() const { return fAnimation->size(); } in size() function in __anon18519::final
249 bool setText(const std::string& key, std::string text, float size) { in setText() argument

Completed in 25 milliseconds

1...<<401402403404405406407408409410>>...895