Lines Matching refs:size_t
78 wchar_t* buffer, size_t bufferSize,
101 HRESULT SkXPSDevice::createId(wchar_t* buffer, size_t bufferSize, wchar_t sep) {
158 template <typename T> static constexpr size_t sk_digits_in() {
159 return static_cast<size_t>(std::numeric_limits<T>::digits10 + 1);
174 constexpr size_t size = std::max(
200 constexpr size_t size =
331 current.glyphsUsed.forEachSetIndex([&keepList](size_t v) {
367 size_t extra;
642 const size_t size =
1143 size_t count, const SkPoint points[],
1758 const size_t size =
1903 size_t glyphCount = run.glyphsIDs().size();
1927 size_t numGlyphs = typeface->glyphsUsed.size();
1928 size_t actualGlyphCount = 0;
1930 for (size_t i = 0; i < glyphCount; ++i) {