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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java 546 TextView countText = (TextView)view.findViewById(R.id.count);
548 countText.setText(R.string.search_results_searching);
553 countText.setText(mContext.getString(
556 countText.setText(getQuantityText(
  /external/skia/src/core/
SkBBoxRecord.cpp 163 bbox.set(pos, paint.countText(text, byteLength));
182 size_t numChars = paint.countText(text, byteLength);
SkPictureRecord.cpp 566 size_t points = paint.countText(text, byteLength);
633 size_t points = paint.countText(text, byteLength);
SkPaint.cpp     [all...]
  /external/skia/include/core/
SkPaint.h 796 int countText(const void* text, size_t byteLength) const {
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 801 int countText(const void* text, size_t byteLength) const {
    [all...]
  /external/skia/legacy/src/core/
SkPictureRecord.cpp 337 size_t points = paint.countText(text, byteLength);
403 size_t points = paint.countText(text, byteLength);
SkPaint.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 926 size_t posSize = sizeof(SkPoint) * paint->countText(inText, byteLength);
    [all...]

Completed in 115 milliseconds