OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newR
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp
855
SkRect
newR
;
856
newR
.set(clip->getBounds());
857
if (!
newR
.intersect(origR)) {
862
newR
.roundOut(&outerBounds);
865
antifillrect(
newR
, blitter);
869
newR
.set(clipper.rect());
870
if (
newR
.intersect(origR)) {
871
antifillrect(
newR
, blitter);
SkClipStack.cpp
54
bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect&
newR
, bool newAA) const {
62
if (!SkRect::Intersects(fRect,
newR
)) {
67
if (fRect.contains(
newR
)) {
73
// So either the two overlap in some complex manner or
newR
contains oldR.
76
// is AA while
newR
is BW but since
newR
contains oldR, oldR will be
/external/skia/src/core/
SkScan_Antihair.cpp
855
SkRect
newR
;
856
newR
.set(clip->getBounds());
857
if (!
newR
.intersect(origR)) {
862
newR
.roundOut(&outerBounds);
865
antifillrect(
newR
, blitter);
869
newR
.set(clipper.rect());
870
if (
newR
.intersect(origR)) {
871
antifillrect(
newR
, blitter);
SkClipStack.cpp
54
bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect&
newR
, bool newAA) const {
62
if (!SkRect::Intersects(fRect,
newR
)) {
67
if (fRect.contains(
newR
)) {
73
// So either the two overlap in some complex manner or
newR
contains oldR.
76
// is AA while
newR
is BW but since
newR
contains oldR, oldR will be
/external/chromium_org/third_party/skia/include/core/
SkClipStack.h
240
bool rectRectIntersectAllowed(const SkRect&
newR
, bool newAA) const;
/external/skia/include/core/
SkClipStack.h
240
bool rectRectIntersectAllowed(const SkRect&
newR
, bool newAA) const;
/frameworks/base/services/java/com/android/server/am/
TaskRecord.java
256
* @param
newR
Description of the new activity being started.
260
final ActivityRecord performClearTaskLocked(ActivityRecord
newR
, int launchFlags) {
267
if (r.realActivity.equals(
newR
.realActivity)) {
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c
[
all
...]
Completed in 433 milliseconds