OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_count
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrgload.c
255
FT_UInt flags, x_count,
y_count
, i, count, mask;
local
267
y_count
= 0;
274
y_count
= count >> 4;
287
y_count
= PFR_NEXT_BYTE( p );
291
count = x_count +
y_count
;
403
if ( format_low >=
y_count
)
475
if ( idx >=
y_count
)
/frameworks/base/media/mca/filterfw/jni/
jni_shader_program.h
118
jint
y_count
);
jni_shader_program.cpp
240
jint
y_count
) {
243
program->SetTileCounts(x_count,
y_count
);
/frameworks/base/media/mca/filterfw/native/core/
shader_program.h
355
void SetTileCounts(int x_count, int
y_count
);
shader_program.cpp
602
void ShaderProgram::SetTileCounts(int x_count, int
y_count
) {
604
tile_y_count_ =
y_count
;
[
all
...]
Completed in 138 milliseconds