Searched defs:heightPtr (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp1704 SpvId heightPtr = this->nextId(); local
1707 this->writeWord(heightPtr, out);
1712 heightPtr, out);
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp1696 SpvId heightPtr = this->nextId(); local
1699 this->writeWord(heightPtr, out);
1704 heightPtr, out);
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp573 int* heightPtr,
656 *heightPtr = height;
568 Upsample(const RetainPtr<CFX_DIBSource>& pSource, std::unique_ptr<uint8_t, FxFreeDeleter>& dst8Storage, std::unique_ptr<uint32_t, FxFreeDeleter>& dst32Storage, SkBitmap* skBitmap, int* widthPtr, int* heightPtr, bool forceAlpha) argument

Completed in 158 milliseconds