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

  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 91 uint32_t generationID();
111 * value to be returned from generationID() when it is called next.
SkPaint.h     [all...]
  /external/skia/include/core/
SkSurface.h 91 uint32_t generationID();
111 * value to be returned from generationID() when it is called next.
SkPaint.h     [all...]
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 81 uint32_t SkSurface::generationID() {
  /external/skia/src/image/
SkSurface.cpp 81 uint32_t SkSurface::generationID() {
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.h 96 * Search the cache for a matching bitmap (using generationID,
130 * Use (generationID, width, and height) or (original, scaleX,
182 Rec* findAndLock(uint32_t generationID, SkScalar sx, SkScalar sy,
SkPaint.cpp 187 void SkPaint::setGenerationID(uint32_t generationID) {
188 fGenerationID = generationID;
    [all...]
  /external/skia/src/core/
SkScaledImageCache.h 96 * Search the cache for a matching bitmap (using generationID,
130 * Use (generationID, width, and height) or (original, scaleX,
182 Rec* findAndLock(uint32_t generationID, SkScalar sx, SkScalar sy,
SkPaint.cpp 187 void SkPaint::setGenerationID(uint32_t generationID) {
188 fGenerationID = generationID;
    [all...]

Completed in 954 milliseconds