HomeSort by relevance Sort by last modified time
    Searched full:bytelength (Results 101 - 125 of 186) sorted by null

1 2 3 45 6 7 8

  /external/skia/src/core/
SkCanvas.cpp     [all...]
SkDevice.cpp 393 void SkBaseDevice::drawTextOnPath(const void* text, size_t byteLength,
396 SkASSERT(byteLength == 0 || text != nullptr);
399 if (text == nullptr || byteLength == 0) {
403 SkTextToPathIter iter((const char*)text, byteLength, paint, true);
SkDraw.cpp     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
gtdt.asl 34 * Format: [ByteLength] FieldName : HexFieldValue
apic.asl 33 * Format: [ByteLength] FieldName : HexFieldValue
  /external/icu/icu4c/source/common/
propsvec.c 455 int32_t byteLength;
464 byteLength=pv->rows*(pv->columns-2)*4;
465 clonedArray=(uint32_t *)uprv_malloc(byteLength);
470 uprv_memcpy(clonedArray, pv->v, byteLength);
  /external/skia/tools/debugger/
SkObjectParser.h 130 static SkString* TextToString(const void* text, size_t byteLength,
SkDrawCommand.h 553 SkDrawTextCommand(const void* text, size_t byteLength, SkScalar x, SkScalar y,
572 SkDrawPosTextCommand(const void* text, size_t byteLength, const SkPoint pos[],
590 SkDrawTextOnPathCommand(const void* text, size_t byteLength, const SkPath& path,
609 SkDrawTextRSXformCommand(const void* text, size_t byteLength, const SkRSXform[],
629 SkDrawPosTextHCommand(const void* text, size_t byteLength, const SkScalar xpos[],
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 171 int32_t byteLength = 0;
172 char *bytes = extractBytes(testString, codepage, byteLength);
181 ucsdet_setText(csd.getAlias(), bytes, byteLength, &status);
327 int32_t byteLength = 0, sLength = s.length();
328 char *bytes = extractBytes(s, "UTF-8", byteLength);
333 ucsdet_setText(csd, bytes, byteLength, &status);
427 int32_t byteLength = 0;
428 char *bytes = extractBytes(s, "ISO-8859-1", byteLength);
440 ucsdet_setText(csd, bytes, byteLength, &status);
462 ucsdet_setText(csd, bytes, byteLength, &status)
    [all...]
  /external/libmojo/mojo/public/js/test/
validation_test_input_parser.js 138 function TestMessage(byteLength) {
140 this.buffer = new buffer.Buffer(byteLength);
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeListParser.java 144 at += attrib.byteLength();
  /external/android-clat/
netlink_msg.c 53 * payload_len - bytelength of structure
  /external/skia/include/core/
SkCanvas.h     [all...]
SkPaint.h 784 int textToGlyphs(const void* text, size_t byteLength,
794 bool containsText(const void* text, size_t byteLength) const;
807 int countText(const void* text, size_t byteLength) const {
808 return this->textToGlyphs(text, byteLength, NULL);
    [all...]
  /external/v8/src/
heap-symbols.h 37 V(byte_length_string, "byteLength") \
value-serializer.cc 62 // byteLength:uint32_t, then raw data
88 // String object, UTF-8 encoding. byteLength:uint32_t, then raw data.
90 // Regular expression, UTF-8 encoding. byteLength:uint32_t, raw data,
101 // Array buffer. byteLength:uint32_t, then raw data.
106 // subtag:ArrayBufferViewTag, byteOffset:uint32_t, byteLength:uint32_t
107 // For typed arrays, byteOffset and byteLength must be divisible by the size
    [all...]
  /external/skia/src/pipe/
SkPipeReader.cpp 384 uint32_t byteLength = packedVerb & kTextLength_DrawTextOnPathMask;
388 if (0 == byteLength) {
389 byteLength = reader.read32();
391 const void* text = reader.skip(SkAlign4(byteLength));
400 canvas->drawTextOnPath(text, byteLength, path, matrix, read_paint(reader));
    [all...]
  /external/skia/src/gpu/
GrRenderTargetContext.h 64 const char text[], size_t byteLength, SkScalar x, SkScalar y,
67 const char text[], size_t byteLength, const SkScalar pos[],
  /external/skia/experimental/SimpleCocoaApp/
SimpleApp.mm 198 virtual void drawPosTextH(const void* text, size_t byteLength,
  /external/v8/src/compiler/
access-builder.h 92 // Provides access to JSArrayBufferView::byteLength() field.
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 508 + byteLength(data.getServiceData().get(uuid));
512 byteLength(data.getManufacturerSpecificData().valueAt(i));
523 private int byteLength(byte[] array) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java     [all...]
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 49 public int byteLength() {

Completed in 2163 milliseconds

1 2 3 45 6 7 8