OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tick_type
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tools/aapt/
Images.cpp
185
static int
tick_type
(png_bytep p, bool transparent, const char** outError)
function
248
if (TICK_TYPE_TICK ==
tick_type
(row+i*4, transparent, outError)) {
297
if (TICK_TYPE_TICK ==
tick_type
(rows[i]+offset, transparent, outError)) {
343
if (TICK_TYPE_LAYOUT_BOUNDS ==
tick_type
(row + 4, transparent, outError)) {
349
int tick =
tick_type
(row + i * 4, transparent, outError);
357
if (TICK_TYPE_LAYOUT_BOUNDS ==
tick_type
(row + (width - 2) * 4, transparent, outError)) {
363
int tick =
tick_type
(row+i*4, transparent, outError);
381
if (TICK_TYPE_LAYOUT_BOUNDS ==
tick_type
(rows[1] + offset, transparent, outError)) {
387
int tick =
tick_type
(rows[i] + offset, transparent, outError);
395
if (TICK_TYPE_LAYOUT_BOUNDS ==
tick_type
(rows[height - 2] + offset, transparent, outError))
[
all
...]
Completed in 47 milliseconds