OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_line
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/tools/messagegen/
fillsms
216
image_line
=$(random_image)
217
image=`echo $
image_line
| awk '{ print $1 }'`
218
width=`echo $
image_line
| awk '{ print $2 }'`
219
height=`echo $
image_line
| awk '{ print $3 }'`
220
size=`echo $
image_line
| awk '{ print $4 }'`
/frameworks/base/tools/aapt2/compile/
NinePatch.cpp
93
static bool FillRanges(const ImageLine*
image_line
,
98
const int32_t length =
image_line
->GetLength();
102
const uint32_t color =
image_line
->GetColor(idx);
406
static void FindOutlineInsets(const ImageLine*
image_line
, int32_t* out_start,
411
const int32_t length =
image_line
->GetLength();
424
uint32_t alpha = get_alpha(
image_line
->GetColor(i));
433
uint32_t alpha = get_alpha(
image_line
->GetColor(i));
443
static uint32_t FindMaxAlpha(const ImageLine*
image_line
) {
444
const int32_t length =
image_line
->GetLength();
447
uint32_t alpha = get_alpha(
image_line
->GetColor(idx))
[
all
...]
Completed in 539 milliseconds