allocateData(S32 size=-1) | LLImageRaw | [virtual] |
allocateDataSize(S32 width, S32 height, S32 ncomponents, S32 size=-1) | LLImageBase | |
biasedScaleToPowerOfTwo(S32 max_dim=MAX_IMAGE_SIZE) | LLImageRaw | |
calc_download_priority(F32 virtual_size, F32 visible_area, S32 bytes_sent) | LLImageBase | [static] |
cleanupClass() | LLThreadSafeRefCount | [static] |
clear(U8 r=0, U8 g=0, U8 b=0, U8 a=255) | LLImageRaw | |
composite(LLImageRaw *src) | LLImageRaw | |
compositeRowScaled4onto3(U8 *in, U8 *out, S32 in_pixel_len, S32 out_pixel_len) | LLImageRaw | [protected] |
compositeScaled4onto3(LLImageRaw *src) | LLImageRaw | |
compositeUnscaled4onto3(LLImageRaw *src) | LLImageRaw | |
contractToPowerOfTwo(S32 max_dim=MAX_IMAGE_SIZE, BOOL scale_image=TRUE) | LLImageRaw | |
copy(LLImageRaw *src) | LLImageRaw | |
copyLineScaled(U8 *in, U8 *out, S32 in_pixel_len, S32 out_pixel_len, S32 in_pixel_step, S32 out_pixel_step) | LLImageRaw | [protected] |
copyScaled(LLImageRaw *src) | LLImageRaw | |
copyScaled3onto4(LLImageRaw *src) | LLImageRaw | |
copyScaled4onto3(LLImageRaw *src) | LLImageRaw | |
copyUnscaled(LLImageRaw *src) | LLImageRaw | |
copyUnscaled3onto4(LLImageRaw *src) | LLImageRaw | |
copyUnscaled4onto3(LLImageRaw *src) | LLImageRaw | |
createFromFile(const LLString &filename, bool j2c_lowest_mip_only=false) | LLImageRaw | [protected] |
deleteData() | LLImageRaw | [virtual] |
dump() | LLImageBase | [virtual] |
expandToPowerOfTwo(S32 max_dim=MAX_IMAGE_SIZE, BOOL scale_image=TRUE) | LLImageRaw | |
fastFractionalMult(U8 a, U8 b) | LLImageRaw | [inline, protected] |
fill(const LLColor4U &color) | LLImageRaw | |
generateMip(const U8 *indata, U8 *mipdata, int width, int height, S32 nchannels) | LLImageBase | [static] |
getComponents() const | LLImageBase | [inline] |
getData() const | LLImageBase | [inline] |
getData() | LLImageBase | [inline] |
getDataSize() const | LLImageBase | [inline] |
getHeight() const | LLImageBase | [inline] |
getLastError() | LLImageBase | [inline, static] |
getNumRefs() const | LLThreadSafeRefCount | [inline] |
getSubImage(U32 x_pos, U32 y_pos, U32 width, U32 height) const | LLImageRaw | |
getWidth() const | LLImageBase | [inline] |
initClass() | LLThreadSafeRefCount | [static] |
LLImageBase() | LLImageBase | |
LLImageRaw() | LLImageRaw | |
LLImageRaw(U16 width, U16 height, S8 components) | LLImageRaw | |
LLImageRaw(U8 *data, U16 width, U16 height, S8 components) | LLImageRaw | |
LLImageRaw(const LLString &filename, bool j2c_lowest_mip_only=false) | LLImageRaw | |
LLThreadSafeRefCount() | LLThreadSafeRefCount | |
mMemType | LLImageBase | |
reallocateData(S32 size) | LLImageRaw | [virtual] |
ref() | LLThreadSafeRefCount | [inline] |
resetLastError() | LLImageBase | [inline, static] |
resize(U16 width, U16 height, S8 components) | LLImageRaw | |
sanityCheck() | LLImageBase | [virtual] |
scale(S32 new_width, S32 new_height, BOOL scale_image=TRUE) | LLImageRaw | |
setDataAndSize(U8 *data, S32 size) | LLImageBase | [inline, protected] |
setLastError(const LLString &message, const LLString &filename=LLString()) | LLImageBase | [static] |
setSize(S32 width, S32 height, S32 ncomponents) | LLImageBase | |
setSizeOverride(BOOL enabled) | LLImageBase | [inline, static] |
setSubImage(U32 x_pos, U32 y_pos, U32 width, U32 height, const U8 *data, U32 stride=0, BOOL reverse_y=FALSE) | LLImageRaw | |
sGlobalRawMemory | LLImageRaw | [static] |
sLastErrorMessage | LLImageBase | [static] |
sRawImageCount | LLImageRaw | [static] |
sSizeOverride | LLImageBase | [static] |
TYPE_AVATAR_BAKE enum value | LLImageBase | |
TYPE_NORMAL enum value | LLImageBase | |
unref() | LLThreadSafeRefCount | [inline] |
verticalFlip() | LLImageRaw | |
~LLImageBase() | LLImageBase | [protected, virtual] |
~LLImageRaw() | LLImageRaw | [protected] |
~LLThreadSafeRefCount() | LLThreadSafeRefCount | [protected, virtual] |