Home
last modified time | relevance | path

Searched refs:foundLast (Results 1 – 2 of 2) sorted by relevance

/external/gptfdisk/
Dgptcl.cc556 int foundLast = 0; in GetString() local
561 while ((numFound < itemNum) && (!foundLast)) { in GetString()
565 foundLast = 1; in GetString()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1259 bool foundLast = false; in AggSaveCount() local
1266 foundLast = false; in AggSaveCount()
1269 if (!foundLast || memcmp(&last, &driver->m_StateStack[index]->GetBox(), in AggSaveCount()
1272 foundLast = true; in AggSaveCount()
1278 if (clipType != CFX_ClipRgn::RectI || !foundLast || in AggSaveCount()