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

  /external/chromium_org/third_party/skia/gm/
textblob.cpp 109 const SkTextBlob* makeBlob(unsigned blobIndex) {
118 for (unsigned l = 0; l < SK_ARRAY_COUNT(blobConfigs[blobIndex]); ++l) {
121 for (unsigned c = 0; c < SK_ARRAY_COUNT(blobConfigs[blobIndex][l]); ++c) {
122 const BlobCfg* cfg = &blobConfigs[blobIndex][l][c];
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp 462 void writeBlobIndex(int blobIndex)
464 ASSERT(blobIndex >= 0);
466 doWriteUint32(blobIndex);
483 void writeFileIndex(int blobIndex)
486 doWriteUint32(blobIndex);
    [all...]

Completed in 228 milliseconds