OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textRegion
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java
210
RegionModel
textRegion
= layout.getTextRegion();
211
if (
textRegion
!= null) {
212
textLeft =
textRegion
.getLeft();
213
textTop =
textRegion
.getTop();
/packages/apps/Mms/src/com/android/mms/model/
LayoutModel.java
140
public void setTextRegion(RegionModel
textRegion
) {
141
mTextRegion =
textRegion
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h
196
const SkRect&
textRegion
() const { return m_textRegion; }
Completed in 699 milliseconds