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

  /external/skia/src/core/
SkLiteDL.cpp 22 #ifndef SKLITEDL_PAGE
23 #define SKLITEDL_PAGE 4096
513 static_assert(SkIsPow2(SKLITEDL_PAGE), "This math needs updating for non-pow2.");
514 // Next greater multiple of SKLITEDL_PAGE.
515 fReserved = (fUsed + skip + SKLITEDL_PAGE) & ~(SKLITEDL_PAGE-1);
  /external/skqp/src/core/
SkLiteDL.cpp 22 #ifndef SKLITEDL_PAGE
23 #define SKLITEDL_PAGE 4096
513 static_assert(SkIsPow2(SKLITEDL_PAGE), "This math needs updating for non-pow2.");
514 // Next greater multiple of SKLITEDL_PAGE.
515 fReserved = (fUsed + skip + SKLITEDL_PAGE) & ~(SKLITEDL_PAGE-1);

Completed in 516 milliseconds