OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_size
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp
731
int
profile_size
= SkScalarCeilToInt(6*sigma);
local
733
int pad =
profile_size
/2;
779
int center = (
profile_size
& ~1 ) - 1;
789
if (
profile_size
<= sw) {
800
if (
profile_size
<= sh) {
[
all
...]
/external/skia/src/effects/
SkBlurMask.cpp
731
int
profile_size
= SkScalarCeilToInt(6*sigma);
local
733
int pad =
profile_size
/2;
779
int center = (
profile_size
& ~1 ) - 1;
789
if (
profile_size
<= sw) {
800
if (
profile_size
<= sh) {
[
all
...]
/external/chromium_org/third_party/libpng/
pngrutil.c
1057
png_uint_32
profile_size
, profile_length;
local
[
all
...]
/external/libpng/
pngrutil.c
1073
png_uint_32
profile_size
, profile_length;
local
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngrutil.c
995
png_uint_32
profile_size
, profile_length;
local
1076
/* Check the
profile_size
recorded in the first 32 bits of the ICC profile */
1078
profile_size
= ((*(pC ))<<24) |
1083
if(
profile_size
< profile_length)
1084
profile_length =
profile_size
;
1086
if(
profile_size
> profile_length)
[
all
...]
Completed in 956 milliseconds