OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fitBitmap
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/font/
CacheTexture.cpp
233
bool CacheTexture::
fitBitmap
(const SkGlyph& glyph, uint32_t* retOriginX, uint32_t* retOriginY) {
239
ALOGD("
fitBitmap
: texture format %x is inappropriate for monochromatic glyphs",
248
ALOGD("
fitBitmap
: texture format %x is inappropriate for colour glyphs", mFormat);
255
ALOGD("
fitBitmap
: unknown glyph format %x encountered", glyph.fMaskFormat);
302
ALOGD("
fitBitmap
: Created new block: this, x, y, w, h = %p, %d, %d, %d, %d",
313
ALOGD("
fitBitmap
: Added to existing block: this, x, y, w, h = %p, %d, %d, %d, %d",
331
ALOGD("
fitBitmap
: current block list:");
340
ALOGD("
fitBitmap
: returning false for glyph of size %d, %d", glyphW, glyphH);
/frameworks/rs/
rsFont.cpp
429
bitmapFit = mCacheLines[i]->
fitBitmap
(bitmap, &startX, &startY);
441
bitmapFit = mCacheLines[i]->
fitBitmap
(bitmap, &startX, &startY);
844
bool FontState::CacheTextureLine::
fitBitmap
(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) {
Completed in 147 milliseconds