HomeSort by relevance Sort by last modified time
    Searched refs:endCount (Results 1 - 7 of 7) sorted by null

  /external/skia/src/pathops/
SkPathWriter.cpp 204 int endCount = fEndPtTs.count(); // all starts and ends
205 SkASSERT(endCount > 0);
206 SkASSERT(endCount == fPartials.count() * 2);
208 for (int index = 0; index < endCount; index += 2) {
218 int linkCount = endCount / 2; // number of partial contours
225 const int entries = endCount * (endCount - 1) / 2; // folded triangle
231 for (rIndex = 0; rIndex < endCount - 1; ++rIndex) {
233 for (iIndex = rIndex + 1; iIndex < endCount; ++iIndex) {
242 rRow += endCount;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 77 endCount = subtable->values;
78 startCount = endCount + segCount + 1;
92 const USHORT *endCount = thiz->endCount;
99 else if (codepoint > endCount[mid])
130 const USHORT *endCount;
179 USHORT endCount[segCount]; /* End characterCode for each segment,
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_DeletedContacts.java 96 long endCount = DeletedContactUtil.getCount(mResolver);
98 assertEquals(numDeletes, endCount - startCount);
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 143 int endCount = COUNT_DEFAULT;
186 + endDate + ", endCount=" + endCount + ", weeklyByDayOfWeek="
208 dest.writeInt(endCount);
444 model.endCount = er.count;
445 if (model.endCount > 0) {
547 er.count = model.endCount;
713 mEndCount = (EditText) mView.findViewById(R.id.endCount);
717 if (mModel.endCount != v) {
718 mModel.endCount = v
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 460 milliseconds