OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:origRect
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
FontHostStreamTest.cpp
78
SkIRect
origRect
= SkIRect::MakeWH(64, 64);
80
create(&origBitmap,
origRect
, SkBitmap::kARGB_8888_Config);
108
compare(origBitmap,
origRect
, streamBitmap, streamRect));
/external/chromium_org/third_party/skia/src/core/
SkStroke.cpp
686
void SkStroke::strokeRect(const SkRect&
origRect
, SkPath* dst,
696
SkScalar rw =
origRect
.width();
697
SkScalar rh =
origRect
.height();
701
SkRect rect(
origRect
);
/external/skia/src/core/
SkStroke.cpp
686
void SkStroke::strokeRect(const SkRect&
origRect
, SkPath* dst,
696
SkScalar rw =
origRect
.width();
697
SkScalar rh =
origRect
.height();
701
SkRect rect(
origRect
);
Completed in 80 milliseconds