OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeSafeSize64
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkBitmap.h
681
static Sk64
ComputeSafeSize64
(Config config,
/external/skia/include/core/
SkBitmap.h
681
static Sk64
ComputeSafeSize64
(Config config,
/external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp
225
Sk64 SkBitmap::
ComputeSafeSize64
(Config config,
247
Sk64 safeSize =
ComputeSafeSize64
(config, width, height, rowBytes);
555
// This is intended to be a size_t version of
ComputeSafeSize64
(), just
562
return
ComputeSafeSize64
(this->config(), fWidth, fHeight, fRowBytes);
[
all
...]
/external/skia/src/core/
SkBitmap.cpp
225
Sk64 SkBitmap::
ComputeSafeSize64
(Config config,
247
Sk64 safeSize =
ComputeSafeSize64
(config, width, height, rowBytes);
555
// This is intended to be a size_t version of
ComputeSafeSize64
(), just
562
return
ComputeSafeSize64
(this->config(), fWidth, fHeight, fRowBytes);
[
all
...]
Completed in 48 milliseconds