HomeSort by relevance Sort by last modified time
    Searched refs:figureCollection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 546 SkTScopedComPtr<IXpsOMGeometryFigureCollection> figureCollection;
547 HRM(geometry->GetFigures(&figureCollection), "Could not get figures.");
548 HRM(figureCollection->Append(figure), "Could not add figure.");
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 546 SkTScopedComPtr<IXpsOMGeometryFigureCollection> figureCollection;
547 HRM(geometry->GetFigures(&figureCollection), "Could not get figures.");
548 HRM(figureCollection->Append(figure), "Could not add figure.");
    [all...]

Completed in 1335 milliseconds