Lines Matching defs:current
323 static HRESULT subset_typeface(const SkXPSDevice::TypefaceUse& current) {
331 current.glyphsUsed.forEachSetIndex([&keepList](size_t v) {
335 int ttcCount = (current.ttcIndex + 1);
342 (unsigned char *) current.fontData->getMemoryBase(),
343 (unsigned long) current.fontData->getLength(),
348 current.ttcIndex,
406 HRM(current.xpsFont->GetEmbeddingOption(&embedding),
410 HRM(current.xpsFont->GetPartName(&partUri),
413 HRM(current.xpsFont->SetContent(
425 for (const TypefaceUse& current : *this->fTopTypefaces) {
427 subset_typeface(current);
1255 //Add the shaded path to the current visuals.
1258 "Could not get current visuals for rect.");
1260 "Could not add rect to current visuals.");
1442 "Could not get mask current visuals.");
1444 "Could not add masked shaded path to current visuals.");
1690 "Could not get current visuals for shaded path.");
1692 "Could not add shaded path to current visuals.");
1737 for (TypefaceUse& current : *this->fTopTypefaces) {
1738 if (current.typefaceId == typefaceID) {
1739 *typefaceUse = ¤t;
1975 //Get the current visual collection and add the layer to it.
1978 "Could not get current visuals for layer.");
1980 "Could not add layer to current visuals.");