/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file.
*/
class SK_API SkParse { public: staticint Count(constchar str[]); // number of scalars or int values staticint Count(constchar str[], char separator); staticconstchar* FindColor(constchar str[], SkColor* value); staticconstchar* FindHex(constchar str[], uint32_t* value); staticconstchar* FindNamedColor(constchar str[], size_t len, SkColor* color); staticconstchar* FindS32(constchar str[], int32_t* value); staticconstchar* FindScalar(constchar str[], SkScalar* value); staticconstchar* FindScalars(constchar str[], SkScalar value[], int count);
staticbool FindBool(constchar str[], bool* value); // return the index of str in list[], or -1 if not found staticint FindList(constchar str[], constchar list[]);
};
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.24 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.