OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipLevel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp
31
struct
MipLevel
{
40
//
MipLevel
fLevel[fLevelCount];
48
size.setMul(levelCount + 1, sizeof(
MipLevel
));
60
const
MipLevel
* levels() const { return (const
MipLevel
*)(this + 1); }
61
MipLevel
* levels() { return (
MipLevel
*)(this + 1); }
[
all
...]
/external/skia/src/core/
SkBitmap.cpp
31
struct
MipLevel
{
40
//
MipLevel
fLevel[fLevelCount];
48
size.setMul(levelCount + 1, sizeof(
MipLevel
));
60
const
MipLevel
* levels() const { return (const
MipLevel
*)(this + 1); }
61
MipLevel
* levels() { return (
MipLevel
*)(this + 1); }
[
all
...]
Completed in 3135 milliseconds