OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_in
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp
[
all
...]
/external/freetype/src/base/
ftoutln.c
938
FT_Fixed
l_in
, l_out, l, q, d;
local
949
l_in
= FT_Vector_Length( &in );
950
if (
l_in
)
952
in.x = FT_DivFix( in.x,
l_in
);
953
in.y = FT_DivFix( in.y,
l_in
);
995
l = FT_MIN(
l_in
, l_out );
1016
l_in
= l_out;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftoutln.c
938
FT_Fixed
l_in
, l_out, l_anchor = 0, l, q, d;
local
942
l_in
= 0;
969
if (
l_in
!= 0 )
975
l_anchor =
l_in
;
999
l = FT_MIN(
l_in
, l_out );
1028
l_in
= l_out;
/external/pdfium/third_party/freetype/src/base/
ftoutln.c
938
FT_Fixed
l_in
, l_out, l_anchor = 0, l, q, d;
local
942
l_in
= 0;
966
if (
l_in
!= 0 )
972
l_anchor =
l_in
;
996
l = FT_MIN(
l_in
, l_out );
1025
l_in
= l_out;
Completed in 452 milliseconds