Searched refs:srcBegin (Results 1 – 8 of 8) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XStringForChars.java | 211 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) in getChars() argument 213 System.arraycopy((char[])m_obj, m_start+srcBegin, dst, dstBegin, srcEnd); in getChars() local
|
D | XStringForFSB.java | 252 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) in getChars() argument 257 int n = srcEnd - srcBegin; in getChars() 265 int end = srcBegin + m_start + n; in getChars() 269 for (int i = srcBegin + m_start; i < end; i++) in getChars()
|
D | XString.java | 277 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) in getChars() argument 279 str().getChars(srcBegin, srcEnd, dst, dstBegin); in getChars()
|
/external/skia/src/core/ |
D | SkBitmapScaler.cpp | 155 int srcBegin = SkTMax(0, SkScalarFloorToInt(srcPixel - srcSupport)); in computeFilters() local 161 for (int curFilterPixel = srcBegin; curFilterPixel <= srcEnd; in computeFilters() 201 output->AddFilter(srcBegin, &fixedFilterValues[0], in computeFilters()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkBitmapScaler.cpp | 155 int srcBegin = SkTMax(0, SkScalarFloorToInt(srcPixel - srcSupport)); in computeFilters() local 161 for (int curFilterPixel = srcBegin; curFilterPixel <= srcEnd; in computeFilters() 201 output->AddFilter(srcBegin, &fixedFilterValues[0], in computeFilters()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | XMLStringDefault.java | 143 public void getChars(int srcBegin, int srcEnd, char dst[], in getChars() argument 147 for (int i = srcBegin; i < srcEnd; i++) in getChars()
|
D | XMLString.java | 122 public abstract void getChars(int srcBegin, int srcEnd, char dst[], in getChars() argument
|
D | FastStringBuffer.java | 1250 private void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) in getChars() argument
|