Home
last modified time | relevance | path

Searched refs:mOutlineInsets (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DNinePatchPeeker.h36 memset(mOutlineInsets, 0, 4 * sizeof(int32_t)); in NinePatchPeeker()
49 int32_t mOutlineInsets[4]; variable
DNinePatchPeeker.cpp44 memcpy(&mOutlineInsets, data, sizeof(int32_t) * 4); in readChunk()
DBitmapFactory.cpp451 …peeker.mOutlineInsets[0], peeker.mOutlineInsets[1], peeker.mOutlineInsets[2], peeker.mOutlineInset… in doDecode()
/frameworks/base/graphics/java/android/graphics/drawable/
DNinePatchDrawable.java78 private Rect mOutlineInsets; field in NinePatchDrawable
285 if (mNinePatchState != null && mOutlineInsets != null) { in getOutline()
289 outline.setRoundRect(bounds.left + mOutlineInsets.left, in getOutline()
290 bounds.top + mOutlineInsets.top, in getOutline()
291 bounds.right - mOutlineInsets.right, in getOutline()
292 bounds.bottom - mOutlineInsets.bottom, in getOutline()
710 mOutlineInsets = NinePatch.InsetStruct.scaleInsets(outlineRect.left, outlineRect.top, in computeBitmapSize()
715 mOutlineInsets = null; in computeBitmapSize()