Lines Matching defs:size
174 constexpr size_t size = std::max(
177 wchar_t buffer[size];
179 swprintf_s(buffer, size, L"/Documents/1/Metadata/%u.png", pageNum);
183 swprintf_s(buffer, size, L"/Metadata/%s.png", id);
200 constexpr size_t size =
203 wchar_t buffer[size];
204 swprintf_s(buffer, size, L"/Documents/1/Pages/%u.fpage",
354 SkTo<unsigned short>(keepList.size()),
366 // CreateFontPackage over-allocates, realloc usually decreases the size substantially.
642 const size_t size =
644 wchar_t buffer[size];
647 swprintf_s(buffer, size, L"/Documents/1/Resources/Images/%s.png", id);
1177 static SkIRect size(const SkBaseDevice& dev) { return {0, 0, dev.width(), dev.height()}; }
1183 if (this->cs().isEmpty(size(*this)) ||
1503 if (this->cs().isEmpty(size(*this)) ||
1574 this->cs().bounds(size(*this)).roundOut(),
1700 // clipPath.addRect(this->cs().bounds(size(*this)));
1758 const size_t size =
1760 wchar_t buffer[size];
1763 swprintf_s(buffer, size, L"/Resources/Fonts/%s.odttf", id);
1858 "Could not set font size.");
1903 size_t glyphCount = run.glyphsIDs().size();
1923 // Advance width and offsets for glyphs measured in hundredths of the font em size
1927 size_t numGlyphs = typeface->glyphsUsed.size();