Home
last modified time | relevance | path

Searched defs:byteLength (Results 1 – 25 of 86) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/wtf/
DArrayPiece.cpp19 ArrayPiece::ArrayPiece(void* data, unsigned byteLength) in ArrayPiece()
58 unsigned ArrayPiece::byteLength() const in byteLength() function in WTF::ArrayPiece
64 void ArrayPiece::initWithData(void* data, unsigned byteLength) in initWithData()
DArrayBufferBuilder.h77 unsigned byteLength() const in byteLength() function
DArrayBuffer.h102 PassRefPtr<ArrayBuffer> ArrayBuffer::create(const void* source, unsigned byteLength) in create()
146 unsigned ArrayBuffer::byteLength() const in byteLength() function
/external/skia/src/core/
DSkFont.cpp61 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs()
112 SkScalar SkFont::measureText(const void* text, size_t byteLength, SkTextEncoding encoding) const { in measureText()
DSkBBoxRecord.cpp87 void SkBBoxRecord::onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y, in onDrawText()
180 void SkBBoxRecord::onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[], in onDrawPosText()
200 void SkBBoxRecord::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], in onDrawPosTextH()
252 void SkBBoxRecord::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in onDrawTextOnPath()
DSkRecorder.cpp152 void SkRecorder::onDrawText(const void* text, size_t byteLength, in onDrawText()
158 void SkRecorder::onDrawPosText(const void* text, size_t byteLength, in onDrawPosText()
168 void SkRecorder::onDrawPosTextH(const void* text, size_t byteLength, in onDrawPosTextH()
179 void SkRecorder::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in onDrawTextOnPath()
/external/chromium_org/third_party/skia/src/core/
DSkFont.cpp61 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs()
112 SkScalar SkFont::measureText(const void* text, size_t byteLength, SkTextEncoding encoding) const { in measureText()
DSkBBoxRecord.cpp94 void SkBBoxRecord::onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y, in onDrawText()
187 void SkBBoxRecord::onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[], in onDrawPosText()
207 void SkBBoxRecord::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], in onDrawPosTextH()
259 void SkBBoxRecord::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in onDrawTextOnPath()
DSkRecorder.cpp162 void SkRecorder::onDrawText(const void* text, size_t byteLength, in onDrawText()
168 void SkRecorder::onDrawPosText(const void* text, size_t byteLength, in onDrawPosText()
178 void SkRecorder::onDrawPosTextH(const void* text, size_t byteLength, in onDrawPosTextH()
189 void SkRecorder::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in onDrawTextOnPath()
/external/skia/experimental/PdfViewer/
DSkNulCanvas.h90 virtual void onDrawText(const void* text, size_t byteLength, SkScalar x, in onDrawText()
92 virtual void onDrawPosText(const void* text, size_t byteLength, in onDrawPosText()
94 virtual void onDrawPosTextH(const void* text, size_t byteLength, in onDrawPosTextH()
97 virtual void onDrawTextOnPath(const void* text, size_t byteLength, in onDrawTextOnPath()
/external/chromium_org/third_party/skia/experimental/PdfViewer/
DSkNulCanvas.h87 virtual void onDrawText(const void* text, size_t byteLength, SkScalar x, in onDrawText()
89 virtual void onDrawPosText(const void* text, size_t byteLength, in onDrawPosText()
91 virtual void onDrawPosTextH(const void* text, size_t byteLength, in onDrawPosTextH()
94 virtual void onDrawTextOnPath(const void* text, size_t byteLength, in onDrawTextOnPath()
/external/skia/src/utils/
DSkProxyCanvas.cpp119 void SkProxyCanvas::onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y, in onDrawText()
124 void SkProxyCanvas::onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[], in onDrawPosText()
129 void SkProxyCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], in onDrawPosTextH()
134 void SkProxyCanvas::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in onDrawTextOnPath()
DSkLuaCanvas.cpp242 void SkLuaCanvas::onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y, in onDrawText()
249 void SkLuaCanvas::onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[], in onDrawPosText()
256 void SkLuaCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], in onDrawPosTextH()
263 void SkLuaCanvas::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in onDrawTextOnPath()
DSkNWayCanvas.cpp236 void SkNWayCanvas::onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y, in onDrawText()
244 void SkNWayCanvas::onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[], in onDrawPosText()
252 void SkNWayCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], in onDrawPosTextH()
260 void SkNWayCanvas::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in onDrawTextOnPath()
/external/chromium_org/third_party/skia/src/utils/
DSkProxyCanvas.cpp119 void SkProxyCanvas::onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y, in onDrawText()
124 void SkProxyCanvas::onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[], in onDrawPosText()
129 void SkProxyCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], in onDrawPosTextH()
134 void SkProxyCanvas::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in onDrawTextOnPath()
DSkLuaCanvas.cpp242 void SkLuaCanvas::onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y, in onDrawText()
249 void SkLuaCanvas::onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[], in onDrawPosText()
256 void SkLuaCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], in onDrawPosTextH()
263 void SkLuaCanvas::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in onDrawTextOnPath()
/external/chromium_org/third_party/WebKit/Source/web/
DWebArrayBufferView.cpp57 unsigned WebArrayBufferView::byteLength() const in byteLength() function in blink::WebArrayBufferView
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebArrayBuffer.cpp62 unsigned WebArrayBuffer::byteLength() const in byteLength() function in blink::WebArrayBuffer
/external/chromium_org/skia/ext/
Dbenchmarking_canvas.cc133 virtual void onDrawText(const void* text, size_t byteLength, SkScalar x, in onDrawText()
139 virtual void onDrawPosText(const void* text, size_t byteLength, in onDrawPosText()
146 virtual void onDrawPosTextH(const void* text, size_t byteLength, in onDrawPosTextH()
153 virtual void onDrawTextOnPath(const void* text, size_t byteLength, in onDrawTextOnPath()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DProfilingCanvas.cpp182 void ProfilingCanvas::onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y, const… in onDrawText()
188 void ProfilingCanvas::onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[], const… in onDrawPosText()
194 void ProfilingCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], Sk… in onDrawPosTextH()
200 void ProfilingCanvas::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, con… in onDrawTextOnPath()
DReplayingCanvas.cpp196 void ReplayingCanvas::onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y, const… in onDrawText()
202 void ReplayingCanvas::onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[], const… in onDrawPosText()
208 void ReplayingCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], Sk… in onDrawPosTextH()
214 void ReplayingCanvas::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, con… in onDrawTextOnPath()
/external/chromium_org/third_party/skia/src/gpu/
DGrTextContext.cpp40 const char text[], size_t byteLength, SkVector* stopVector) { in MeasureText()
DGrStencilAndCoverTextContext.cpp34 size_t byteLength, in drawText()
124 size_t byteLength, in drawPosText()
/external/skia/src/gpu/
DGrTextContext.cpp40 const char text[], size_t byteLength, SkVector* stopVector) { in MeasureText()
/external/chromium_org/third_party/icu/source/test/cintltst/
Ducsdetst.c69 …tic char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) in extractBytes()
123 int32_t byteLength = 0, sLength = 0, dLength = 0; in TestUTF8() local
286 int32_t byteLength = 0; in TestInputFilter() local

1234