OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UR
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp
296
const SkVector&
UR
= rrect.radii(SkRRect::kUpperRight_Corner);
301
const SkScalar rightUnstretched = SkTMax(
UR
.fX, LR.fX) + SkIntToScalar(2 * margin.fX);
313
const SkScalar topUnstretched = SkTMax(UL.fY,
UR
.fY) + SkIntToScalar(2 * margin.fY);
327
radii[SkRRect::kUpperRight_Corner] =
UR
;
/external/skia/src/effects/
SkBlurMaskFilter.cpp
296
const SkVector&
UR
= rrect.radii(SkRRect::kUpperRight_Corner);
301
const SkScalar rightUnstretched = SkTMax(
UR
.fX, LR.fX) + SkIntToScalar(2 * margin.fX);
313
const SkScalar topUnstretched = SkTMax(UL.fY,
UR
.fY) + SkIntToScalar(2 * margin.fY);
327
radii[SkRRect::kUpperRight_Corner] =
UR
;
/external/libyuv/files/source/
row_common.cc
430
#define
UR
0
439
#define BR
UR
* 128 + VR * 128
455
uint32 r = Clip(static_cast<int32>((u *
UR
+ v * VR) - (BR) + y1) >> 6);
467
*r = Clip(static_cast<int32>((u *
UR
+ v * VR) - (BR) + y1) >> 6);
[
all
...]
row_posix.cc
[
all
...]
row_win.cc
[
all
...]
Completed in 126 milliseconds