Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkLiteDL.cpp23 #ifndef SKLITEDL_PAGE
24 #define SKLITEDL_PAGE 4096 macro
469 static_assert(SkIsPow2(SKLITEDL_PAGE), "This math needs updating for non-pow2."); in push()
471 fReserved = (fUsed + skip + SKLITEDL_PAGE) & ~(SKLITEDL_PAGE-1); in push()
/external/skia/src/core/
DSkLiteDL.cpp23 #ifndef SKLITEDL_PAGE
24 #define SKLITEDL_PAGE 4096 macro
475 static_assert(SkIsPow2(SKLITEDL_PAGE), "This math needs updating for non-pow2."); in push()
477 fReserved = (fUsed + skip + SKLITEDL_PAGE) & ~(SKLITEDL_PAGE-1); in push()